From 96c0c69c5ed7f45c66462e5aea7eb5e01f5e2f77 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Fri, 3 Jun 2016 20:33:41 +0800 Subject: [PATCH] new testing --- test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }