[e2e] TCP Timeouts and TripleDupACK
Borman, David
david.borman at windriver.com
Fri Jul 22 06:51:20 PDT 2011
TCP runs over IP, which is unreliable, so you'll always need a mechanism to detect lost packets. In TCP that is done via timeouts to detect the lack of response to data packets; which handles either the outbound data or returning ACK getting lost.
-David Borman
On Jul 22, 2011, at 6:33 AM, Detlef Bosau wrote:
> Hi.
>
> Are there some papers out there comparing how often TCP congestion is detected by timeout and how often it is detected by triple duplicate ack?
>
> I'm basically interested, whether timeouts could be overcome completely or whether there will be a permanent need for a working timeout scheme in TCP.
>
> Thanks.
>
> Detlef
>
> --
> ------------------------------------------------------------------
> Detlef Bosau
> Galileistraße 30
> 70565 Stuttgart Tel.: +49 711 5208031
> mobile: +49 172 6819937
> skype: detlef.bosau
> ICQ: 566129673
> detlef.bosau at web.de http://www.detlef-bosau.de
> ------------------------------------------------------------------
>
More information about the end2end-interest
mailing list