#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