patch-2.1.36 linux/net/ipv4/udp.c
Next file: linux/net/ipv6/addrconf.c
Previous file: linux/net/ipv4/tcp_timer.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Tue Apr 22 22:46:28 1997
- Orig file:
v2.1.35/linux/net/ipv4/udp.c
- Orig date:
Mon Apr 14 16:28:28 1997
diff -u --recursive --new-file v2.1.35/linux/net/ipv4/udp.c linux/net/ipv4/udp.c
@@ -446,10 +446,16 @@
kfree_skb(skb2, FREE_READ);
}
- if (type == ICMP_SOURCE_QUENCH)
- { /* Slow down! */
+ if (type == ICMP_SOURCE_QUENCH) {
+#if 0 /* FIXME: If you check the rest of the code, this is a NOP!
+ * Someone figure out what we were trying to be doing
+ * here. Besides, cong_window is a TCP thing and thus
+ * I moved it out of normal sock and into tcp_opt.
+ */
+ /* Slow down! */
if (sk->cong_window > 1)
sk->cong_window = sk->cong_window/2;
+#endif
return;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov