Skip to content

Commit

Permalink
2002-01-12 JINMEI, Tatuya <jinmei@isl.rdc.toshiba.co.jp>
Browse files Browse the repository at this point in the history
	* kame/sys/netinet6/icmp6.c (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.
  • Loading branch information
jinmei committed Jan 12, 2002
1 parent f320036 commit f31a3ac
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG
@@ -1,7 +1,14 @@
CHANGELOG for KAME kit
$KAME: CHANGELOG,v 1.2045 2002/01/12 08:46:12 jinmei Exp $
$KAME: CHANGELOG,v 1.2046 2002/01/12 09:01:58 jinmei Exp $

<200201>
2002-01-12 JINMEI, Tatuya <jinmei@isl.rdc.toshiba.co.jp>
* kame/sys/netinet6/icmp6.c (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.

2002-01-12 JINMEI, Tatuya <jinmei@isl.rdc.toshiba.co.jp>
* kame/kame/wru: was added as a separate command for ICMPv6 node
information queries. The first motivation of this command is to
Expand Down

0 comments on commit f31a3ac

Please sign in to comment.