Reduce timeout for ADVERTISE packets

This commit is contained in:
Joseph C. Lehner 2022-10-08 13:44:27 +02:00
parent 2ffb910625
commit b564180a9d

2
nmrp.c
View file

@ -486,7 +486,7 @@ int nmrp_do(struct nmrpd_args *args)
}
}
if (ethsock_set_timeout(sock, 200)) {
if (ethsock_set_timeout(sock, 20)) {
goto out;
}