mirror of
https://github.com/EndPositive/slipstream.git
synced 2025-10-08 12:25:04 +00:00
fix
This commit is contained in:
parent
f898a0e66b
commit
208c1ca917
1 changed files with 2 additions and 1 deletions
|
|
@ -17,10 +17,11 @@ extern "C" {
|
|||
#define SLIPSTREAM_CLIENT_TICKET_STORE "sample_ticket_store.bin";
|
||||
#define SLIPSTREAM_CLIENT_TOKEN_STORE "sample_token_store.bin";
|
||||
#define SLIPSTREAM_QLOG_DIR "./qlog";
|
||||
#include <stdbool.h>
|
||||
|
||||
|
||||
int picoquic_slipstream_client(int listen_port, char const* resolver_addresses_filename, const char* domain_name,
|
||||
const char* cc_algo_id);
|
||||
const char* cc_algo_id, bool gso);
|
||||
|
||||
int picoquic_slipstream_server(int server_port, const char* pem_cert, const char* pem_key, char const* upstream_name,
|
||||
int upstream_port, const char* domain_name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue