MaxBlockSize

Controlling the TFTP blksize.

[TFTP-Settings]
MaxBlockSize=1024          ; Default: - (whatever the client asks for)

The tftp protocol allows to negotiate the blksize. This is the number of bytes transfered between client and server in each packet. It has been shown that if the client asks for a blksize that is bigger than the MTU, that the tftp communication does not work. Therefore it is since V2.2.3 possible to limit the blksize on the server side. MaxBlockSize should be set to a value between 512 and the MTU.