From bf20f82a52acda8052dbc9f89a06eb15bf2ec414 Mon Sep 17 00:00:00 2001 From: jiacy-jcy Date: Mon, 16 Aug 2021 16:29:44 +0800 Subject: [PATCH] [TD-5838]:the case of nettest tool --- tests/nettest/tcpudp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/nettest/tcpudp.sh b/tests/nettest/tcpudp.sh index b7c3c00301..f0f924584b 100755 --- a/tests/nettest/tcpudp.sh +++ b/tests/nettest/tcpudp.sh @@ -3,7 +3,7 @@ for N in -1 0 1 10000 10001 do - for l in 1023 1024 + for l in 1023 1024 1073741824 1073741825 do for S in udp tcp do -- GitLab