commit | f754f5dc6fe4b6cfbd28a9a6d9d08059d9312101 | [log] [tgz] |
---|---|---|
author | rockly <rockly703@gmail.com> | Sat Aug 03 18:09:05 2013 +0800 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Fri Nov 22 14:39:31 2013 -0600 |
tree | 13a44100a337a2bafab5cb916d24227dab7dfdf5 | |
parent | c2e5e802ecb7ab668ce9911b210ed68c804b349f [diff] |
net: tftp: Make sure timeout will not effect wrap offset When the block 0 store to the memory of client and timeout at this moment. Because of no ACK packet, the server will send block 0 again, if this client reconnect to the server at this time, TftpBlockWrapOffset will become larger than it should be. Signed-off-by: Rockly <rocklygnome@gmail.com> Patch: 264417