git: inet: Port IPPROTO/IP_RECVTOS from FreeBSD.
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Fri Dec 4 03:59:34 PST 2020
commit 544d23f43f4a40b396d411d5ba2fbe3da17a10d2
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date: Fri Dec 4 19:57:34 2020 +0800
inet: Port IPPROTO/IP_RECVTOS from FreeBSD.
Bump kernel version.
Requested-by: zrj
Summary of changes:
sys/netinet/in.h | 2 +
sys/netinet/in_pcb.h | 6 ++-
sys/netinet/ip_input.c | 6 +++
sys/netinet/ip_output.c | 10 ++++
sys/sys/param.h | 3 +-
test/{mcast => udp/tos}/Makefile | 2 +-
test/udp/tos/udp_tos.c | 114 +++++++++++++++++++++++++++++++++++++++
7 files changed, 139 insertions(+), 4 deletions(-)
copy test/{mcast => udp/tos}/Makefile (82%)
create mode 100644 test/udp/tos/udp_tos.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/544d23f43f4a40b396d411d5ba2fbe3da17a10d2
--
DragonFly BSD source repository
More information about the Commits
mailing list