Date: Fri, 31 Oct 2003 08:21:26 -0800 (PST) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 icmp6.c Message-ID: <200310311621.h9VGLQcF082946@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ume 2003/10/31 08:21:26 PST
FreeBSD src repository
Modified files:
sys/netinet6 icmp6.c
Log:
(icmp6_rip6_input) if the received data is small enough but in an
mbuf cluster, copy the data to a separate mbuf that do not use a
cluster. this change will reduce the possiblity of packet loss
in the socket layer.
Obtained from: KAME
Revision Changes Path
1.47 +46 -2 src/sys/netinet6/icmp6.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310311621.h9VGLQcF082946>
