patch-1.3.60 linux/include/net/sock.h
Next file: linux/include/net/tcp.h
Previous file: linux/include/net/slhc.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Wed Feb 7 13:55:33 1996
- Orig file:
v1.3.59/linux/include/net/sock.h
- Orig date:
Wed Dec 27 09:12:14 1995
diff -u --recursive --new-file v1.3.59/linux/include/net/sock.h linux/include/net/sock.h
@@ -149,6 +149,9 @@
__u32 rcv_saddr; /* Bound address */
unsigned short max_unacked;
unsigned short window;
+ __u32 lastwin_seq; /* sequence number when we last updated the window we offer */
+ volatile unsigned long ato; /* ack timeout */
+ volatile unsigned long lrcvtime; /* jiffies at last rcv */
unsigned short bytes_rcv;
/*
* mss is min(mtu, max_window)
@@ -195,6 +198,9 @@
ipx_address ipx_dest_addr;
ipx_interface *ipx_intrfc;
unsigned short ipx_port;
+#ifdef CONFIG_IPX_INTERN
+ unsigned char ipx_node[IPX_NODE_LEN];
+#endif
unsigned short ipx_type;
#endif
#ifdef CONFIG_AX25
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