patch-1.3.4 linux/net/ipv4/raw.c
Next file: linux/net/ipv4/tcp.c
Previous file: linux/net/ax25/af_ax25.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Jun 22 10:28:12 1995
- Orig file:
v1.3.3/linux/net/ipv4/raw.c
- Orig date:
Fri Jun 16 22:02:56 1995
diff -u --recursive --new-file v1.3.3/linux/net/ipv4/raw.c linux/net/ipv4/raw.c
@@ -75,7 +75,7 @@
return;
/* This is meaningless in raw sockets. */
- if (err & 0xff00 == (ICMP_SOURCE_QUENCH << 8))
+ if ((err & 0xff00) == (ICMP_SOURCE_QUENCH << 8))
{
if (sk->cong_window > 1) sk->cong_window = sk->cong_window/2;
return;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this