Skip to content

Commit

Permalink
mptcp: tfo: inject DFIN without delay
Browse files Browse the repository at this point in the history
On a previous local run, the previous ACK + DFIN has been re-injected.

I suspect injecting the DFIN takes a bit more time for some reasons. For
the end of the connection, we can remove the artificial delay being
added there I suppose.

Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
  • Loading branch information
matttbe committed Jul 31, 2024
1 parent d3a23fe commit 1835d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtests/net/mptcp/fastopen/client-TCP_FASTOPEN_CONNECT.pkt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

+0.01 close(3) = 0
+0.0 > . 1:1(0) ack 1 <nop, nop, TS val 101 ecr 700, dss dack4=1 dsn8=1 ssn=0 dll=1 nocs fin, nop, nop>
+0.01 < . 1:1(0) ack 1 win 450 <nop, nop, TS val 700 ecr 100, dss dack4=2 dsn4=1 ssn=0 dll=1 nocs fin, nop, nop>
+0.0 < . 1:1(0) ack 1 win 450 <nop, nop, TS val 700 ecr 100, dss dack4=2 dsn4=1 ssn=0 dll=1 nocs fin, nop, nop>
+0.0 > . 1:1(0) ack 1 <nop, nop, TS val 101 ecr 700, dss dack4=2 nocs>
+0.0 > F. 1:1(0) ack 1 <nop, nop, TS val 101 ecr 700, dss dack4=2 nocs>
+0.0 < . 1:1(0) ack 2 win 450 <nop, nop, TS val 700 ecr 100, dss dack4=2 nocs>
Expand Down

0 comments on commit 1835d55

Please sign in to comment.