Increase maximum number of session of the internal TFTP server.
commit5f22b054f2594e231b042ada24d2fdfaa9c26d52
authorBernhard Übelacker <bernhardu@vr-web.de>
Sat, 21 Jun 2014 13:26:05 +0000 (21 15:26 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 24 Jun 2014 16:01:24 +0000 (24 20:01 +0400)
tree93186687ba110e3b5c7ef5bd504cda33235f6cd4
parent55818ad8126c2dd3de690b051c88e496bcf6ce09
Increase maximum number of session of the internal TFTP server.

Grub fails to boot from internal TFTP server when loading more than
3 initrd files.

Grub first opens a session to the TFTP server for every initrd file and
retrieves only the file size for all.
Then it wants to download the content using the old sessions which are
already expired.

Increasing the maximum number of session of the internal TFTP
server avoids this issue.

The error message reads as following:
error: timeout reading
`/boot/ISO.ROOT/BOOTMGR'.

Press any key to continue...

Signed-off-by: Bernhard Übelacker <bernhardu@vr-web.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
slirp/tftp.h