[Bug 217637] One TCP connection accepted TWO times

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 19 18:32:06 UTC 2017


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

--- Comment #35 from Michael Tuexen <tuexen at freebsd.org> ---
(In reply to slw from comment #34)
> I am don't understund this. CLOSING must be only after got FIN.
> FIN don't received, data in buffer don't ack, what reasson to CLOSING transition
> and lost data?
I haven't said that the state CLOSING is ever used. Not sure why you bring this
up...

> I mean resend response and FIN again.
This doesn't happen because NEW data arrives and the application has called
close().
So this new data cannot be delivered to the application. The TCP stack has do
drop it. That is why a RST is sent and the connection is moved to CLOSED.

I"m not sure which text you are citing, but are you trying to argue that a TCP
stack should drop data and not signal this to the other side? Just letting the
peer think everything is fine?

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


More information about the freebsd-net mailing list