new testing

This commit is contained in:
skywind3000 2016-06-03 20:33:41 +08:00
parent 3806c95073
commit 96c0c69c5e

View File

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