Re: [Qemu-devel] [PATCH] [slirp] Make ARP replies at least 64 bytes long

2010-09-15 Thread Hervé Poussineau
Edgar E. Iglesias a écrit : On Mon, Sep 13, 2010 at 11:02:42PM +0200, Hervé Poussineau wrote: IEEE 802.3 standard requires Ethernet frames to be at least 64 bytes long. If it is not the case, they will be considered as runt frames, and may be ignored by netcard and/or OS Signed-off-by: Herv

Re: [Qemu-devel] [PATCH] [slirp] Make ARP replies at least 64 bytes long

2010-09-14 Thread Edgar E. Iglesias
On Mon, Sep 13, 2010 at 11:02:42PM +0200, Hervé Poussineau wrote: > IEEE 802.3 standard requires Ethernet frames to be at least 64 bytes long. > If it is not the case, they will be considered as runt frames, and may be > ignored by netcard and/or OS > > Signed-off-by: Hervé Poussineau > --- > s

[Qemu-devel] [PATCH] [slirp] Make ARP replies at least 64 bytes long

2010-09-13 Thread Hervé Poussineau
IEEE 802.3 standard requires Ethernet frames to be at least 64 bytes long. If it is not the case, they will be considered as runt frames, and may be ignored by netcard and/or OS Signed-off-by: Hervé Poussineau --- slirp/slirp.c | 12 1 files changed, 8 insertions(+), 4 deletions(