All of lore.kernel.org
 help / color / mirror / Atom feed
* TCP Connection teardown seems to violate TCP specification
@ 2013-08-14 19:21 Damian Lukowski
  2013-08-14 19:50 ` Yuchung Cheng
  0 siblings, 1 reply; 8+ messages in thread
From: Damian Lukowski @ 2013-08-14 19:21 UTC (permalink / raw)
  To: netdev

Hi,

the TCP specification states that an endpoint has to accept
packets from the other side even after it has half-closed the
connection locally. This does not seem to be the case
under Linux?

For example, when I wget -O /dev/null https://www.verisign.com/
--max-redir 0, the local TCP stack sends an FIN,ACK close to the end.
However, the webserver has more data to send (Encrypted Alert).
Instead of ACKing the packet, the local side sends a RST.
This seems wrong to me.

Regards
 Damian

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-08-15  5:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-14 19:21 TCP Connection teardown seems to violate TCP specification Damian Lukowski
2013-08-14 19:50 ` Yuchung Cheng
2013-08-14 20:14   ` Rick Jones
2013-08-14 21:18     ` Damian Lukowski
2013-08-14 21:38       ` Rick Jones
2013-08-15  5:32         ` Damian Lukowski
2013-08-15  0:19       ` David Miller
2013-08-14 20:46   ` Damian Lukowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.