Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Mar 2017 14:13:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 217637] One TCP connection accepted TWO times
Message-ID:  <bug-217637-2472-cmh97SDZyE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-217637-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-217637-2472@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217637

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217637-2472-cmh97SDZyE>