Reset timeout when receiving extra upload requests
This commit is contained in:
parent
57a275312c
commit
b95bfc96e5
1 changed files with 1 additions and 0 deletions
1
nmrp.c
1
nmrp.c
|
|
@ -530,6 +530,7 @@ int nmrp_do(struct nmrpd_args *args)
|
||||||
if (verbosity) {
|
if (verbosity) {
|
||||||
printf("Ignoring extra upload request.\n");
|
printf("Ignoring extra upload request.\n");
|
||||||
}
|
}
|
||||||
|
ethsock_set_timeout(sock, args->ul_timeout);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue