patch-2.1.26 linux/net/core/sock.c
Next file: linux/net/ipv4/Config.in
Previous file: linux/net/802/tr.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Tue Feb 4 16:44:25 1997
- Orig file:
v2.1.25/linux/net/core/sock.c
- Orig date:
Tue Jan 28 18:50:58 1997
diff -u --recursive --new-file v2.1.25/linux/net/core/sock.c linux/net/core/sock.c
@@ -185,6 +185,10 @@
if(val > 65535)
val = 65535;
sk->sndbuf = val;
+ /*
+ * FIXME: Wake up sending tasks if we
+ * upped the value.
+ */
break;
case SO_RCVBUF:
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov