Make ARP replies at least 64 bytes long
commitdbf3c4b4baceb91eb64d09f787cbe92d65188813
authorHervé Poussineau <hpoussin@reactos.org>
Wed, 15 Sep 2010 20:33:26 +0000 (15 22:33 +0200)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Fri, 17 Sep 2010 10:46:27 +0000 (17 12:46 +0200)
tree36f624643daab0b6e18af88fa919e0c32e35d742
parent0d491754d00a70c6af675312b9de8e382240a8bb
Make ARP replies at least 64 bytes long

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 <hpoussin@reactos.org>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
slirp/slirp.c