Date: Thu, 13 Aug 2009 15:16:30 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet udp_usrreq.c udp_var.h src/sys/netinet6 udp6_usrreq.c Message-ID: <200908131517.n7DFH6rb098080@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2009-08-13 15:16:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet udp_usrreq.c udp_var.h sys/netinet6 udp6_usrreq.c Log: SVN rev 196192 on 2009-08-13 15:16:30Z by bz MFC: r192649 Implement UDP control block support. Add udpcb support with own fields and flags for UDP instead of further sticking things into in_pcb and flags fields. Attach the udpcb to the inp_ppcb in the kernel. Note: the udp tunneling parts are not (yet) existing in 7 and thus were not merged. Reviewed by: rwatson Revision Changes Path 1.218.2.13 +43 -3 src/sys/netinet/udp_usrreq.c 1.33.2.1 +14 -0 src/sys/netinet/udp_var.h 1.81.2.17 +13 -1 src/sys/netinet6/udp6_usrreq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908131517.n7DFH6rb098080>