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

--- Comment #27 from Michael Tuexen <tue...@freebsd.org> ---
(In reply to slw from comment #24)
Consider a client doing a connect() call followed by a send() call. The connect
call triggers the three way handshake. Assume that the third message is lost.
So the send call triggers the sending of a TCP segment with the same sequence
number as the third message of the handshake and it contains data. From the
server perspective this TCP segment passes the syncookie checks.

-- 
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