mirror of
https://github.com/EndPositive/slipstream.git
synced 2025-10-08 12:25:04 +00:00
Implement custom sockloop
- s.t. server only attempts sending data when there is an available request - s.t. dns requests are responded to in-order - ensures that rtt stays consistent - ensures that congestion control isn't tripped - ensures that dns resolver isn't tripped
This commit is contained in:
parent
3350be382c
commit
ee59a67164
10 changed files with 336 additions and 414 deletions
|
|
@ -19,7 +19,6 @@ extern "C" {
|
|||
#define SLIPSTREAM_QLOG_DIR "./qlog";
|
||||
|
||||
|
||||
|
||||
int picoquic_slipstream_client(int listen_port, char const* resolver_addresses_filename, const char* domain_name,
|
||||
const char* cc_algo_id);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue