patch-pre2.0.13 linux/include/net/sock.h
Next file: linux/kernel/sys.c
Previous file: linux/include/net/ip_masq.h
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Thu Jun 6 16:35:42 1996
- Orig file:
pre2.0.12/linux/include/net/sock.h
- Orig date:
Wed Jun 5 10:41:29 1996
diff -u --recursive --new-file pre2.0.12/linux/include/net/sock.h linux/include/net/sock.h
@@ -214,7 +214,8 @@
__u32 lastwin_seq; /* sequence number when we last updated the window we offer */
__u32 high_seq; /* sequence number when we did current fast retransmit */
volatile unsigned long ato; /* ack timeout */
- volatile unsigned long lrcvtime; /* jiffies at last rcv */
+ volatile unsigned long lrcvtime; /* jiffies at last data rcv */
+ volatile unsigned long idletime; /* jiffies at last rcv */
unsigned short bytes_rcv;
/*
* mss is min(mtu, max_window)
@@ -391,7 +392,7 @@
#define SOCK_DESTROY_TIME (10*HZ)
/*
- * Sockets 0-1023 can't be bound too unless you are superuser
+ * Sockets 0-1023 can't be bound to unless you are superuser
*/
#define PROT_SOCK 1024
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