https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217637
--- Comment #63 from s...@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. _______________________________________________ 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"