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

--- Comment #32 from s...@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.
_______________________________________________
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