aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in.h
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2014-04-07 01:53:03 +0000
committerKevin Lo <kevlo@FreeBSD.org>2014-04-07 01:53:03 +0000
commite06e816f6712b992be4195949b17f4757e90ffd2 (patch)
tree69719bfe080899044cf9419591eebaf715aae2c3 /sys/netinet/in.h
parent212168f867413bba51b0d1ed735b6749f82be96c (diff)
downloadsrc-e06e816f6712b992be4195949b17f4757e90ffd2.tar.gz
src-e06e816f6712b992be4195949b17f4757e90ffd2.zip
Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks.
Tested with vlc and a test suite [1]. [1] http://www.erg.abdn.ac.uk/~gerrit/udp-lite/files/udplite_linux.tar.gz Reviewed by: jhb, glebius, adrian
Notes
Notes: svn path=/head/; revision=264212
Diffstat (limited to 'sys/netinet/in.h')
-rw-r--r--sys/netinet/in.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h
index d5fc89c84c62..a5008c1f20a8 100644
--- a/sys/netinet/in.h
+++ b/sys/netinet/in.h
@@ -237,6 +237,7 @@ __END_DECLS
#define IPPROTO_IPCOMP 108 /* payload compression (IPComp) */
#define IPPROTO_SCTP 132 /* SCTP */
#define IPPROTO_MH 135 /* IPv6 Mobility Header */
+#define IPPROTO_UDPLITE 136 /* UDP-Lite */
#define IPPROTO_HIP 139 /* IP6 Host Identity Protocol */
#define IPPROTO_SHIM6 140 /* IP6 Shim6 Protocol */
/* 101-254: Partly Unassigned */