[Bug 217637] One TCP connection accepted TWO times

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 20 16:29:18 UTC 2017


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

--- Comment #63 from slw at zxy.spb.ru ---
(In reply to Michael Tuexen from comment #62)

Accepted RST can cause silent, immediatly closing connection by client. No
acknowledged will be sent to server (in case of serevr responce will be
delivered to client) and server will be retransmit response until also got RST.
In case of responce not delivered to client responce will be lost and no chance
to deleivered.

Sending RST is ok in case RST accepted and processed after client sent ACK so
server FIN (FIN, not server data). Need test this on real clients (Linux,
windows, android and iOS).

Server can do graceful termination of this TCP connection and no reason to
don't do this (application do gracefull close and only rare combination of
packet loss case this behaviour).

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


More information about the freebsd-net mailing list