mirror of
https://github.com/EndPositive/slipstream.git
synced 2025-10-08 12:25:04 +00:00
Customizable keep-alive-interval
This commit is contained in:
parent
e65f055ab0
commit
afdff239d7
3 changed files with 20 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue