Customizable keep-alive-interval

This commit is contained in:
Jop Zitman 2025-05-21 12:49:13 +08:00
parent e65f055ab0
commit afdff239d7
3 changed files with 20 additions and 6 deletions

View file

@ -23,7 +23,7 @@ typedef struct st_address_t {
} address_t;
int picoquic_slipstream_client(int listen_port, struct st_address_t* server_addresses, size_t server_address_count, const char* domain_name,
const char* cc_algo_id, bool gso);
const char* cc_algo_id, bool gso, size_t keep_alive_interval);
int picoquic_slipstream_server(int server_port, const char* pem_cert, const char* pem_key,
struct sockaddr_storage* target_address, const char* domain_name);