Re: [Qemu-devel] [PATCH v2 3/3] slirp: Implement TFTP Blocksize option

2012-09-10 Thread Jan Kiszka
On 2012-09-10 20:05, Hervé Poussineau wrote: > This option is described in RFC 1783. As this is only an optional field, > we may ignore it in some situations and handle it in some others. > > However, MS Windows 2003 PXE boot client requests a block size of the MTU > (most of the times 1472 bytes)

[Qemu-devel] [PATCH v2 3/3] slirp: Implement TFTP Blocksize option

2012-09-10 Thread Hervé Poussineau
This option is described in RFC 1783. As this is only an optional field, we may ignore it in some situations and handle it in some others. However, MS Windows 2003 PXE boot client requests a block size of the MTU (most of the times 1472 bytes), and doesn't work if the option is not acknowledged (w