patch-2.0.24 linux/include/net/sock.h
Next file: linux/init/main.c
Previous file: linux/include/linux/skbuff.h
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Wed Oct 30 04:55:13 1996
- Orig file:
v2.0.23/linux/include/net/sock.h
- Orig date:
Thu Jul 25 20:28:50 1996
diff -u --recursive --new-file v2.0.23/linux/include/net/sock.h linux/include/net/sock.h
@@ -169,6 +169,7 @@
__u32 fin_seq;
__u32 urg_seq;
__u32 urg_data;
+ __u32 syn_seq;
int users; /* user count */
/*
* Not all are volatile, but some are, so we
@@ -216,7 +217,7 @@
volatile unsigned long ato; /* ack timeout */
volatile unsigned long lrcvtime; /* jiffies at last data rcv */
volatile unsigned long idletime; /* jiffies at last rcv */
- unsigned short bytes_rcv;
+ unsigned int bytes_rcv;
/*
* mss is min(mtu, max_window)
*/
@@ -251,8 +252,8 @@
unsigned char max_ack_backlog;
unsigned char priority;
unsigned char debug;
- unsigned short rcvbuf;
- unsigned short sndbuf;
+ unsigned int rcvbuf;
+ unsigned int sndbuf;
unsigned short type;
unsigned char localroute; /* Route locally only */
#ifdef CONFIG_AX25
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov