patch-2.3.6 linux/include/net/udp.h
Next file: linux/include/scsi/scsicam.h
Previous file: linux/include/net/tcp.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Tue Jun 8 17:58:03 1999
- Orig file:
v2.3.5/linux/include/net/udp.h
- Orig date:
Sun Nov 30 14:00:39 1997
diff -u --recursive --new-file v2.3.5/linux/include/net/udp.h linux/include/net/udp.h
@@ -34,8 +34,14 @@
extern unsigned short udp_good_socknum(void);
-#define UDP_NO_CHECK 0
+/* Note: this must match 'valbool' in sock_setsockopt */
+#define UDP_CSUM_NOXMIT 1
+/* Used by SunRPC/xprt layer. */
+#define UDP_CSUM_NORCV 2
+
+/* Default, as per the RFC, is to always do csums. */
+#define UDP_CSUM_DEFAULT 0
extern struct proto udp_prot;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)