diff --git a/test.cpp b/test.cpp index b0fdb98..519dfec 100644 --- a/test.cpp +++ b/test.cpp @@ -160,8 +160,8 @@ void test(int mode) int main() { -//test(0); // 默认模式,类似 TCP:正常模式,无快速重传,常规流控 -//test(1); // 普通模式,关闭流控等 + test(0); // 默认模式,类似 TCP:正常模式,无快速重传,常规流控 + test(1); // 普通模式,关闭流控等 test(2); // 快速模式,所有开关都打开,且关闭流控 return 0; }