]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
(icmp6_rip6_input) if the received data is small enough but in an
authorume <ume@FreeBSD.org>
Fri, 31 Oct 2003 16:21:26 +0000 (16:21 +0000)
committerume <ume@FreeBSD.org>
Fri, 31 Oct 2003 16:21:26 +0000 (16:21 +0000)
commit1b705657ea684726998b272ccfa66029f33f6648
tree66e6eeef737dc9542b91c14494df84405e68be28
parent5b1d3ee0768f1f4980d6744a8c37f341d906e974
(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