silopolis / tftpgui

Automatically exported from code.google.com/p/tftpgui
Other
4 stars 1 forks source link

For (very) small files, EOF is not detected properly #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To reproduce the problem:
1. Create a file in the tftproot directory that is less than 512 bytes
2. Start tftpgui
3. Use a TFTP client (on a different machine) to get that file

tftpgui will write the first block, then get the ACK for that block, and then 
continue to send the _second_ block. But there is no more data. So it sends an 
empty block to the client (which has already completed the transfer).

Original issue reported on code.google.com by thiadmer...@gmail.com on 22 Dec 2010 at 12:41

GoogleCodeExporter commented 9 years ago
Fixed in version 2.0

Original comment by bernie.s...@gmail.com on 22 Jul 2011 at 9:44

GoogleCodeExporter commented 9 years ago

Original comment by bernie.s...@gmail.com on 22 Jul 2011 at 1:35