Skip to content
Snippets Groups Projects
Commit 116891bf authored by patacongo's avatar patacongo
Browse files

fix comment

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@887 42af7a65-404d-4744-a932-0658087f49c3
parent 59fab4f7
No related branches found
No related tags found
No related merge requests found
......@@ -204,8 +204,9 @@ int tftpget(const char *remote, const char *local, in_addr_t addr, boolean binar
goto errout_with_sd;
}
/* Subsequent recvfrom will use any port number until the correct
* port for the data transfer is established.
/* Subsequent sendto will use the port number selected by the TFTP
* server. Setting the server port to zero indicates that we have
* not yet received the server port number.
*/
server.sin_port = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment