This commit is contained in:
Jop Zitman 2025-01-23 02:08:33 +08:00
parent f898a0e66b
commit 208c1ca917

View file

@ -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);