Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2017 15:32:23 +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-fOD97TmZ0U@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=217637

--- Comment #58 from Michael Tuexen <tuexen@freebsd.org> ---
(In reply to slw from comment #56)
> 1. Linux generated RST w/ ACK. socket don't moved to CLOSED state?
Linux generates a RST, not a RST-ACK. I guess it is moved to the CLOSED state.
Can't check.

> 2. This is also wrong behavior: server try to reset connection, client ignore
> this (by wrong ACK on RST packet). Also, data is lost.
You are right, user data is lost (the second part of the request). There is no
way
around that. since the user closed the socket before the data arrived. That is
why the server sends a RST.

-- 
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-fOD97TmZ0U>