lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] Re: [lwip] Problem in ARP


From: Leon Woestenberg
Subject: [lwip-users] Re: [lwip] Problem in ARP
Date: Wed, 08 Jan 2003 22:40:17 -0000

Hi,

> From: "Mumtaz Ahmad" <address@hidden>
> There is a problem in sending the first packet when arp table is empty .
TCP
> manages it since the packets are usually retransmitted after timer expiry
> but in case of UDP is fails completely . I am trying to patch the area in
> ethernetif_out function but i hope you people must already have some
> solution :)?
>
This has been discussed on the list, yes.

My attempts was to patch the ethernet driver in a simple way; but then,
the first packet was queued, and the second got lost, then the first got
sent.

The proper (but costly) approach would be to queue outgoing packets
(with unresolved link address) behind each ARP table entry.

See Adam's mail in the archive on this, about 2 weeks ago (?).

Leon.


[This message was sent through the lwip discussion list.]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]