]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
(icmp6_rip6_input) if the received data is small enough but in an
authorHajimu UMEMOTO <ume@FreeBSD.org>
Fri, 31 Oct 2003 16:21:26 +0000 (16:21 +0000)
committerHajimu UMEMOTO <ume@FreeBSD.org>
Fri, 31 Oct 2003 16:21:26 +0000 (16:21 +0000)
commit657db3c8995258f892c353e56eaee2c36c96eff8
tree66e6eeef737dc9542b91c14494df84405e68be28
parent6bb73aea22ba510d5bfc99fa004d723e71f444f3
(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
sys/netinet6/icmp6.c