Reduce timeout for ADVERTISE packets
This commit is contained in:
parent
2ffb910625
commit
b564180a9d
1 changed files with 1 additions and 1 deletions
2
nmrp.c
2
nmrp.c
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue