Implement QUIC-native polls, disable server congestion control, "disable" ack delays in server, path add checks, disable nat rebinding

This commit is contained in:
Jop Zitman 2025-01-03 11:19:45 +08:00
parent 7d7750864a
commit 2fe1241583
16 changed files with 292 additions and 309 deletions

View 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