patch-2.1.5 linux/net/ipv4/af_inet.c
Next file: linux/Makefile
Previous file: linux/mm/filemap.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Fri Oct 18 07:19:17 1996
-  Orig file: 
v2.1.4/linux/net/ipv4/af_inet.c
-  Orig date: 
Wed Oct 16 10:48:31 1996
diff -u --recursive --new-file v2.1.4/linux/net/ipv4/af_inet.c linux/net/ipv4/af_inet.c
@@ -673,6 +673,7 @@
 	sk->rcvbuf = SK_RMEM_MAX;
 	sk->rto = TCP_TIMEOUT_INIT;		/*TCP_WRITE_TIME*/
 	sk->cong_window = 1; /* start with only sending one packet at a time. */
+	sk->ssthresh = 0x7fffffff;
 	sk->priority = 1;
 	sk->state = TCP_CLOSE;
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov