Increase upload timeout to 5min

This commit is contained in:
Joseph C. Lehner 2016-08-09 17:07:32 +02:00
parent 28e9e840f8
commit 9866b4083e

2
main.c
View file

@ -115,7 +115,7 @@ int main(int argc, char **argv)
int list = 0;
struct nmrpd_args args = {
.rx_timeout = 200,
.ul_timeout = 120000,
.ul_timeout = 5 * 60 * 1000,
.tftpcmd = NULL,
.file_local = NULL,
.file_remote = NULL,