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

--- Comment #35 from Michael Tuexen <tue...@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.
_______________________________________________
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"

Reply via email to