]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
A connection in TIME_WAIT state before calling close() actually did not
authorjch <jch@FreeBSD.org>
Sun, 12 Oct 2014 23:01:25 +0000 (23:01 +0000)
committerjch <jch@FreeBSD.org>
Sun, 12 Oct 2014 23:01:25 +0000 (23:01 +0000)
commita00ee110da93086f30db8e3df88a6e3297461c85
treea9d7400ba9ce2c34ad5eb2b21e557ab9343f991f
parent9be68c3461b1961afeaf262633d350e5cabb2bee
A connection in TIME_WAIT state before calling close() actually did not
received any RST packet.  Do not set error to ECONNRESET in this case.

Differential Revision: https://reviews.freebsd.org/D879
Reviewed by: rpaulo, adrian
Approved by: jhb (mentor)
Sponsored by: Verisign, Inc.
sys/netinet/tcp_usrreq.c