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 _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
