[riot-notifications] [RIOT] gnrc_sixlowpan_nd: fix reschedule of neighbor solicitations (#3874)
Oleg Hahm
notifications at github.com
Thu Sep 17 01:51:26 CEST 2015
> vtimer_remove(&nc_entry->nbr_sol_timer);
> - vtimer_set_msg(&nc_entry->nbr_sol_timer, ipv6_iface->retrans_timer,
> - gnrc_ipv6_pid, GNRC_NDP_MSG_NBR_SOL_RETRANS, nc_entry);
> + vtimer_set_msg(&nc_entry->nbr_sol_timer, t, gnrc_ipv6_pid,
> + GNRC_NDP_MSG_NBR_SOL_RETRANS, nc_entry);
Can you point me to the the section in the RFC where this is defined?
---
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/3874/files#r39699190
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20150916/32845c63/attachment.html>
More information about the notifications
mailing list