commit | 0d75736155e0e8d3684f098817c6a8ad1f3b03d0 | [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 | c4e455afc4e9e1884d0985888d4a85d36f02f320 [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