slipstream/include/slipstream_server_cc.h

8 lines
191 B
C

#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