git: inet6: Send initial NS in a timely fashion.
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Mon Aug 17 18:24:47 PDT 2015
commit f97ed3e405f252227cda7729e7fd5694b84bfce1
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date: Mon Aug 17 20:31:01 2015 +0800
inet6: Send initial NS in a timely fashion.
The call of nd6_rtrequest() in nd6_output() sets the newly created
neighbor cache entry expire to time_uptime, which prevents the NS
output at the end of nd6_output(). Though the NS will be sent when
the neighbor cache times out, it will cause large delay (0~1s).
Summary of changes:
sys/netinet6/nd6.c | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f97ed3e405f252227cda7729e7fd5694b84bfce1
--
DragonFly BSD source repository
More information about the Commits
mailing list