]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/in.h
[NET]: Supporting UDP-Lite (RFC 3828) in Linux
[net-next-2.6.git] / include / linux / in.h
index 2619859f6e1b35c487244e5098abf83dbb6d3d1b..1912e7c0bc260248d5afc1d3a9021cc212b996b3 100644 (file)
@@ -45,6 +45,7 @@ enum {
 
   IPPROTO_COMP   = 108,                /* Compression Header protocol */
   IPPROTO_SCTP   = 132,                /* Stream Control Transport Protocol    */
+  IPPROTO_UDPLITE = 136,       /* UDP-Lite (RFC 3828)                  */
 
   IPPROTO_RAW   = 255,         /* Raw IP packets                       */
   IPPROTO_MAX