[Bug 217637] One TCP connection accepted TWO times

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 19 14:13:40 UTC 2017


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

--- Comment #32 from slw at zxy.spb.ru ---
server CLOSE_WAIT, not client.
after application close socket server must wait for acknowledgment sended data
and resend it if need.
So client retransmit must be routed to existing inpcb in CLOSE_WAIT state and
server must resend lost segments and FIN again. Not RST, not droped incoming
segments.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-net mailing list