MFC 358556,360167: Add support for the TFTP windowsize option.
358556:
Add support for the TFTP windowsize option described in RFC 7440.
The windowsize option permits multiple blocks to be transmitted
before the receiver sends an ACK improving throughput for larger
files.
360167:
Abort transfer if fseeko() fails.