Don't send keep alive requests
This commit is contained in:
parent
96d9f189e2
commit
0eb8d70971
1 changed files with 0 additions and 1 deletions
1
nmrp.c
1
nmrp.c
|
|
@ -635,7 +635,6 @@ int nmrp_do(struct nmrpd_args *args)
|
||||||
printf("Ignoring extra upload request.\n");
|
printf("Ignoring extra upload request.\n");
|
||||||
}
|
}
|
||||||
ethsock_set_timeout(sock, args->ul_timeout);
|
ethsock_set_timeout(sock, args->ul_timeout);
|
||||||
tx.msg.code = NMRP_C_KEEP_ALIVE_REQ;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue