[Bug 217637] One TCP connection accepted TWO times
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Mar 20 09:06:20 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217637
--- Comment #43 from Alexandre martins <alexandre.martins at stormshield.eu> ---
I tested on Linux. Its TCP stack just continue to reset the connection by
increment its sequence.
-> SYN (seq 1)
<- SYN/ACK (seq 80 ACK 1)
-> ACK (seq 1 ACK 81)
-> [DATA] (seq 1 ACK 81)
<- [DATA 100] (seq 81)
<- FIN (delayed/lost/ignored/...)
-> [DATA]
<- RST (seq 181)
-> [DATA]
<- RST (seq 182)
-> [DATA]
<- RST (seq 183)
-> [DATA]
<- RST (seq 184)
-> [DATA]
...
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-net
mailing list