mirror of
https://github.com/EndPositive/slipstream.git
synced 2025-10-08 12:25:04 +00:00
Implement QUIC-native polls, disable server congestion control, "disable" ack delays in server, path add checks, disable nat rebinding
This commit is contained in:
parent
7d7750864a
commit
2fe1241583
16 changed files with 292 additions and 309 deletions
8
include/slipstream_server_cc.h
Normal file
8
include/slipstream_server_cc.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef SLIPSTREAM_SERVER_CC_H
|
||||
#define SLIPSTREAM_SERVER_CC_H
|
||||
|
||||
#include "picoquic.h"
|
||||
|
||||
extern picoquic_congestion_algorithm_t* slipstream_server_cc_algorithm;
|
||||
|
||||
#endif //SLIPSTREAM_SERVER_CC_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue