lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] Re: [lwip] ARP


From: John C. Toman
Subject: [lwip-users] Re: [lwip] ARP
Date: Wed, 08 Jan 2003 23:20:04 -0000

Jibin George wrote:

>    Is lwip support ARP
>
Yes .. the latest CVS versions support it the best (at least for client 
applications which need ARP to determine where to connect to). The 
latest versions will send an ARP query and wait for the response, then 
send the original packet. Or timeout if the etharp timer is running. 
Versions 0.5.3 and earlier do not send the original packet after a query 
successfully completes; those versions depend on the application 
programmer to timeout on a response and resend, which can be troublesome 
for certain UDP protocols but generally isn't too much of a problem with 
TCP protocols.  See src/netif/etharp.c for the implementation.

John



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




reply via email to

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