lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] ARP during UDP transfers


From: Kieran Mansley
Subject: Re: [lwip-users] ARP during UDP transfers
Date: Tue, 29 Mar 2011 16:57:34 +0100

On Tue, 2011-03-29 at 17:47 +0200, Elad Yosef wrote:
> In close matter, I have Peer-To-Peer Ethernet link in my target and
> want to increase the ARP tables timeout.
> Can it be done easily?

>From etharp.c:

/** the time an ARP entry stays valid after its last update,
 *  for ARP_TMR_INTERVAL = 5000, this is
 *  (240 * 5) seconds = 20 minutes.
 */
#define ARP_MAXAGE 240


Kieran




reply via email to

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