mirror of
https://github.com/EndPositive/slipstream.git
synced 2025-10-08 12:25:04 +00:00
Add congestion control algorithm option to command line
This commit is contained in:
parent
c316cbe119
commit
3350be382c
4 changed files with 13 additions and 10 deletions
|
|
@ -20,10 +20,11 @@ extern "C" {
|
|||
|
||||
|
||||
|
||||
int picoquic_slipstream_client(int listen_port, char const* resolver_addresses_filename, const char* domain_name);
|
||||
int picoquic_slipstream_client(int listen_port, char const* resolver_addresses_filename, const char* domain_name,
|
||||
const char* cc_algo_id);
|
||||
|
||||
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);
|
||||
int upstream_port, const char* domain_name, const char* cc_algo_id);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue