Skip to content

Commit 05e0766

Browse files
committed
ndp: wait more time for NDP result.
1 parent 4046b01 commit 05e0766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dns_server/neighbor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ struct dns_client_rules *_dns_server_get_client_rules_by_mac(uint8_t *netaddr, i
253253
struct ping_host_struct *ping_host = fast_ping_start(PING_TYPE_ICMP, host, 0, 10, 1000, NULL, NULL);
254254
if (ping_host) {
255255
/* wait for NDP*/
256-
usleep(100);
256+
usleep(1000);
257257
fast_ping_stop(ping_host);
258258
continue;
259259
}

0 commit comments

Comments
 (0)