From 78c896b3b3127515478090c19447e27dc406427e Mon Sep 17 00:00:00 2001 From: Jianfeng Tan Date: Mon, 18 Nov 2019 06:59:50 +0000 Subject: TLDKv2 Signed-off-by: Jianfeng Tan Signed-off-by: Jielong Zhou Signed-off-by: Jian Zhang Signed-off-by: Chen Zhao Change-Id: I55c39de4c6cd30f991f35631eb507f770230f08e --- .../linux/initial_window/iw10-short-response.pkt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 test/packetdrill/tests/linux/initial_window/iw10-short-response.pkt (limited to 'test/packetdrill/tests/linux/initial_window/iw10-short-response.pkt') diff --git a/test/packetdrill/tests/linux/initial_window/iw10-short-response.pkt b/test/packetdrill/tests/linux/initial_window/iw10-short-response.pkt new file mode 100755 index 0000000..6db3c4b --- /dev/null +++ b/test/packetdrill/tests/linux/initial_window/iw10-short-response.pkt @@ -0,0 +1,21 @@ +// A simple server-side test that sends a response smaller +// than the initial window of 10 MSS. + +0.000 socket(..., SOCK_STREAM, IPPROTO_TCP) = 3 +0.000 setsockopt(3, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0 +0.000 bind(3, ..., ...) = 0 +0.000 listen(3, 1) = 0 + +0.100 < S 0:0(0) win 32792 +0.100 > S. 0:0(0) ack 1 +0.200 < . 1:1(0) ack 1 win 257 +0.200 accept(3, ..., ...) = 4 + +0.200 write(4, ..., 7300) = 7300 +0.200 > P. 1:7301(7300) ack 1 +0.300 < . 1:1(0) ack 7301 win 257 + +0.400 close(4) = 0 +0.401 > F. 7301:7301(0) ack 1 +0.501 < F. 1:1(0) ack 7302 win 257 +0.502 > . 7302:7302(0) ack 2 -- cgit 1.2.3-korg