mirror of
https://github.com/EndPositive/slipstream.git
synced 2025-10-08 12:25:04 +00:00
8 lines
191 B
C
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
|