Re: TCP window updates [Was: PROBLEM: Sending mail-attachment]

Stanislav Meduna (stano@trillian.eunet.sk)
Sun, 7 Mar 1999 17:18:50 +0100 (CET)


Hi,

> Please try this patch:
> ...
> - if((copied >= rcv_window_now) &&
> + if((new_window && (new_window >= rcv_window_now * 2)) &&

My tests work with 2.2.2-ac7 + this patch - thanks.

Regards

-- 
				Stano

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/