https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217637

--- Comment #25 from Alexandre martins <alexandre.mart...@stormshield.eu> ---
(In reply to slw from comment #24)
In fact, the first ACK is replayed.

-> SYN (seq 1)
<- SYN/ACK (seq 80 ACK 1)
-> ACK (seq 1 ACK 81)

-> [DATA] (seq 1 ACK 81)
<- [DATA] (delayed/lost/ignored/...)
<- FIN (delayed/lost/ignored/...)
-> [DATA]
<- RST => the connection disappear from server (delayed/lost/ignored/...)
-> [DATA: Replay first packet] (seq 1 ACK 81) => Reopen the connection without
SYN + SYN/ACK !

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to