Skip to content
Snippets Groups Projects
Commit 1ab74cea authored by Fabien Chouteau's avatar Fabien Chouteau Committed by Jan Kiszka
Browse files

Delayed IP packets


In the current implementation, if Slirp tries to send an IP packet to a client
with an unknown hardware address, the packet is simply dropped and an ARP
request is sent (if_encap in slirp/slirp.c).

With this patch, Slirp will send the ARP request, re-queue the packet and try
to send it later. The packet is dropped after one second if the ARP reply is
not received.

Signed-off-by: default avatarFabien Chouteau <chouteau@adacore.com>
Signed-off-by: default avatarJan Kiszka <jan.kiszka@siemens.com>
parent 1a0ca1e1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment