patch-2.2.0-pre9 linux/include/net/sock.h
Next file: linux/include/video/font.h
Previous file: linux/include/net/irda/uircc.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Wed Jan 20 16:23:35 1999
- Orig file:
v2.2.0-pre8/linux/include/net/sock.h
- Orig date:
Mon Dec 28 15:00:53 1998
diff -u --recursive --new-file v2.2.0-pre8/linux/include/net/sock.h linux/include/net/sock.h
@@ -278,6 +278,7 @@
char saw_tstamp; /* Saw TIMESTAMP on last packet */
__u8 snd_wscale; /* Window scaling received from sender */
__u8 rcv_wscale; /* Window scaling to send to receiver */
+ __u8 rexmt_done; /* Retransmitted up to send head? */
__u32 rcv_tsval; /* Time stamp value */
__u32 rcv_tsecr; /* Time stamp echo reply */
__u32 ts_recent; /* Time stamp to echo next */
@@ -910,7 +911,7 @@
* Enable debug/info messages
*/
-#if 0
+#if 1
#define NETDEBUG(x) do { } while (0)
#else
#define NETDEBUG(x) do { x; } while (0)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov