Messages in this thread |  | | Date | Wed, 04 Jun 2003 00:51:45 -0700 (PDT) | Subject | Re: fix TCP roundtrip time update code | From | "David S. Miller" <> |
| |
From: David Mosberger <davidm@napali.hpl.hp.com> Date: Tue, 3 Jun 2003 23:19:31 -0700
Yes, the "connection hangs/disappearances" where triggered by TCPAbortOnTimeout;
This is correct.
And it is the reason the connection dies silently. Because such write timeouts invoke tcp_done() which closes the connection off silently. This is correct behavior (sans the RTT bug David fixed of course :)) because a host which hasn't responded at all from so many repeated retransmission attempts isn't likely to get any reset we send either :) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |