commit | 4aa401f39e048e71020cceb59f126ab941095a42 | [log] [tgz] |
---|---|---|
author | Hervé Poussineau <hpoussin@reactos.org> | Thu Sep 13 12:39:36 2012 +0200 |
committer | Jan Kiszka <jan.kiszka@siemens.com> | Thu Sep 13 12:39:36 2012 +0200 |
tree | c3cf40360a16b1401e80141c0c1ac1969950144c | |
parent | 78be056628c76ff73eedeade86fde44b97343c79 [diff] |
slirp: Handle more than 65535 blocks in TFTP transfers RFC 1350 does not mention block count roll-over. However, a lot of TFTP servers implement it to be able to transmit big files, so do it also. Current block size is 512 bytes, so TFTP files were limited to 32 MB. Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>