Hervé Poussineau, on Mon 21 Nov 2016 20:45:49 +0100, wrote:
> The blocksize option is defined in RFC 1783.
> We now support block sizes between 1 and 1432 bytes, instead of 512 only.
>
> Signed-off-by: Hervé Poussineau
I fixed a couple of trivial things and commited to my tree, thanks!
Samuel
On 21.11.2016 20:51, H. Peter Anvin wrote:
> On 11/21/16 11:45, Hervé Poussineau wrote:
>> The blocksize option is defined in RFC 1783.
>> We now support block sizes between 1 and 1432 bytes, instead of 512 only.
>
> It ought to be 1476: Ethernet MTU = 1500, minus a minimum of 20 bytes
> for an IP
On 11/21/16 11:45, Hervé Poussineau wrote:
> The blocksize option is defined in RFC 1783.
> We now support block sizes between 1 and 1432 bytes, instead of 512 only.
It ought to be 1476: Ethernet MTU = 1500, minus a minimum of 20 bytes
for an IPv4 header and 4 for a TFTP header.
Some bootloaders
Hi,
Your series seems to have some coding style problems. See output below for
more information:
Subject: [Qemu-devel] [PATCH] slirp: support dynamic block size for TFTP
transfers
Type: series
Message-id: 1479757549-18672-1-git-send-email-hpous...@reactos.org
=== TEST SCRIPT BEGIN ===
#!/bin
The blocksize option is defined in RFC 1783.
We now support block sizes between 1 and 1432 bytes, instead of 512 only.
Signed-off-by: Hervé Poussineau
---
slirp/tftp.c | 26 ++
slirp/tftp.h | 8 +---
2 files changed, 19 insertions(+), 15 deletions(-)
diff --git a/sl