patch-2.3.18 linux/include/net/sock.h

Next file: linux/include/net/tcp.h
Previous file: linux/include/net/irda/irttp.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.17/linux/include/net/sock.h linux/include/net/sock.h
@@ -317,6 +317,11 @@
 
 	int syn_backlog;	/* Backlog of received SYNs */
 	int write_pending;
+	
+	unsigned int		keepalive_time;	  /* time before keep alive takes place */
+	unsigned int		keepalive_intvl;  /* time interval between keep alive probes */
+	unsigned char  		keepalive_probes; /* num of allowed keep alive probes */
+	unsigned char		syn_retries;	  /* num of allowed syn retries */
 };
 
  	

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)