double free, cubic, domain name, disable gso

This commit is contained in:
Jop Zitman 2024-12-12 15:26:34 +08:00
parent b1cb046417
commit fcd1145439
4 changed files with 45 additions and 32 deletions

View file

@ -16,14 +16,14 @@ 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/";
#define SLIPSTREAM_QLOG_DIR "./qlog";
int picoquic_slipstream_client(int listen_port, char const* server_name, int server_port);
int picoquic_slipstream_client(int listen_port, char const* server_name, int server_port, const char* domain_name);
int picoquic_slipstream_server(int server_port, const char* pem_cert, const char* pem_key, char const* upstream_name,
int upstream_port);
int upstream_port, const char* domain_name);
#ifdef __cplusplus
}