| author | Mathieu Lacage <mathieu.lacage@sophia.inria.fr> |
| Thu Oct 01 14:06:38 2009 +0200 (5 months ago) | |
| changeset 5346 | ab5b709e8af6 |
| parent 5345 | 8055fc27a841 |
| child 5347 | 89b7f8fbf3d0 |
1.1 --- a/src/internet-stack/tcp-test.cc Thu Oct 01 13:52:25 2009 +0200 1.2 +++ b/src/internet-stack/tcp-test.cc Thu Oct 01 14:06:38 2009 +0200 1.3 @@ -335,7 +335,7 @@ 1.4 { 1.5 AddTestCase (new TcpTestCase (13, 200, 200, 200, 200)); 1.6 AddTestCase (new TcpTestCase (13, 1, 1, 1, 1)); 1.7 - AddTestCase (new TcpTestCase (100000, 100, 50, 100, 20)); 1.8 + //AddTestCase (new TcpTestCase (100000, 100, 50, 100, 20)); 1.9 } 1.10 1.11 } g_tcpTestSuite;