Re: TCP bug in 2.1.36?

Tim Waugh (tmw20@cam.ac.uk)
Tue, 29 Apr 1997 18:31:19 +0100 (BST)


On Tue, 29 Apr 1997, Tim Waugh wrote:

> Great - thanks! This applies to clean 2.1.36:

Er.. sorry, that should have read:

--- linux/net/ipv4/tcp_ipv4.c~ Tue Apr 29 17:27:16 1997
+++ linux/net/ipv4/tcp_ipv4.c Tue Apr 29 18:27:45 1997
@@ -918,2 +918,3 @@
tp->tstamp_ok = tp->sack_ok = tp->snd_wscale = 0;
+ tp->in_mss = 536;
tcp_parse_options(th,tp);
@@ -1351,3 +1352,3 @@
tp->sack_ok = 0;
- tp->in_mss = 0;
+ tp->in_mss = 536;
tp->snd_wscale = 0;