mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-15 12:27:50 +00:00
remove unnecessary stimer call in tcpip_ipv6_output()
This commit is contained in:
@@ -643,7 +643,6 @@ tcpip_ipv6_output(void)
|
|||||||
PRINTF("tcpip_ipv6_output: nbr cache entry stale moving to delay\n");
|
PRINTF("tcpip_ipv6_output: nbr cache entry stale moving to delay\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
stimer_set(&nbr->sendns, uip_ds6_if.retrans_timer / 1000);
|
|
||||||
tcpip_output(&nbr->lladdr);
|
tcpip_output(&nbr->lladdr);
|
||||||
|
|
||||||
#if UIP_CONF_IPV6_QUEUE_PKT
|
#if UIP_CONF_IPV6_QUEUE_PKT
|
||||||
|
Reference in New Issue
Block a user