TCP BUG: window update issue

From: Emmanuel Papirakis (sk_buff@uymail.com)
Date: Sun Oct 06 2002 - 14:13:39 EST


Hi,

under a very specific circomstance, Linux's TCP implementation exhibits a nasty BUG: it fast retransmits spuriously.

I have first noticed the BUG working with a Microsoft "smart phone" (it turns out they are not so smart after all).

These devices spend a lot of ressources on their display. Beeing so buisy all the time, they become too slow for the network and are not able to read octets fast enough.

Because of this, the advertised window starts to drop. And, here is the interesting part: it seems that Microsoft's TCP sends window updates every time the window starts to grow (that is a lot of window updates), not just after the window has been 0.

The problem is that Linux (2.4) doesn't seem to be able to make the diffrence between a window update and a DUPACK, and fast retransmits spuriously. (Microsoft's stack does the same.)

I could have investigated the source code and fixed the BUG myself, but it seems that somebody more familiar with it could address this issue in a more productive way.

Thank you for your time.

Emmanuel Papirakis

-- 
Get your free email from www.uymail.com 

Powered by Outblaze - 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/



This archive was generated by hypermail 2b29 : Mon Oct 07 2002 - 22:00:55 EST