]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks.
authorKevin Lo <kevlo@FreeBSD.org>
Mon, 7 Apr 2014 01:53:03 +0000 (01:53 +0000)
committerKevin Lo <kevlo@FreeBSD.org>
Mon, 7 Apr 2014 01:53:03 +0000 (01:53 +0000)
commite06e816f6712b992be4195949b17f4757e90ffd2
tree69719bfe080899044cf9419591eebaf715aae2c3
parent212168f867413bba51b0d1ed735b6749f82be96c
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
13 files changed:
lib/libc/net/getaddrinfo.c
sys/netinet/in.c
sys/netinet/in.h
sys/netinet/in_pcb.c
sys/netinet/in_proto.c
sys/netinet/udp_usrreq.c
sys/netinet/udp_var.h
sys/netinet/udplite.h [new file with mode: 0644]
sys/netinet6/in6_ifattach.c
sys/netinet6/in6_proto.c
sys/netinet6/udp6_usrreq.c
sys/netinet6/udp6_var.h
sys/sys/param.h