cvs commit: src/sys/netinet6 icmp6.c
Hajimu UMEMOTO
ume at FreeBSD.org
Fri Oct 31 08:21:28 PST 2003
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
More information about the cvs-src
mailing list