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 --- .../tldk/out_of_order/ofo-simple-3pkt-tldk.pkt | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 test/packetdrill/tests/tldk/out_of_order/ofo-simple-3pkt-tldk.pkt (limited to 'test/packetdrill/tests/tldk/out_of_order/ofo-simple-3pkt-tldk.pkt') diff --git a/test/packetdrill/tests/tldk/out_of_order/ofo-simple-3pkt-tldk.pkt b/test/packetdrill/tests/tldk/out_of_order/ofo-simple-3pkt-tldk.pkt new file mode 100644 index 0000000..8629d79 --- /dev/null +++ b/test/packetdrill/tests/tldk/out_of_order/ofo-simple-3pkt-tldk.pkt @@ -0,0 +1,27 @@ +// Test reorder pkts received out of order, receiver sending correct ACK. + +// Establish a connection. +0 socket(..., SOCK_STREAM, IPPROTO_TCP) = 3 ++0 setsockopt(3, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0 + ++0 bind(3, ..., ...) = 0 ++0 listen(3, 1) = 0 + ++0 < S 0:0(0) win 32792 ++0 > S. 0:0(0) ack 1 <...> + ++.1 < . 1:1(0) ack 1 win 32792 ++0 accept(3, ..., ...) = 4 + +// receive 3 pkts out of order ++0 < . 1:1001(1000) ack 1 win 32792 ++0 > . 1:1(0) ack 1001 ++0 < . 2001:3001(1000) ack 1 win 32792 ++0 > . 1:1(0) ack 1001 + ++0.1 < . 1001:2001(1000) ack 1 win 32792 +// reorder pkts and ack them ++0.1 ~ +0.2 > . 1:1(0) ack 3001 + +// read received data ++0 read(4, ..., 3000) = 3000 -- cgit 1.2.3-korg