lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] lwip reply delayed after long communication idle time


From: Jochen Strohbeck
Subject: Re: [lwip-users] lwip reply delayed after long communication idle time
Date: Thu, 2 Apr 2020 01:29:11 -0700 (MST)

Guess that ARP_MAXAGE which is set to 20 minutes explains the first part of
my question.
And scrolling thru the code I guess that there is a way to configure lwip in
such a way that the IPs are not removed from the cache?

And, after removing the IP from the cache the update of the cache (and
sending the reply), can this behavior controlled or configured?

See the trace below.
If I am right, the first attempt to update the cache of lwip is found in 36,
5 seconds later?
And the ping reply to 28 is found at 50, 320 seconds delayed?
Why?

28       1093.623791    192.168.0.9     192.168.0.100   ICMP    74      Echo 
(ping) request 
id=0x0001, seq=4493/36113, ttl=128 (reply in 50)
29      1098.462090     Dell_7a:2c:51   de:bd:00:00:00:29       ARP     42      
Who has 192.168.0.100?
Tell 192.168.0.9
:
36      1108.861805     de:bd:00:00:00:29       Broadcast       ARP     60      
Who has 192.168.0.9? Tell
192.168.0.100
37      1108.861833     Dell_7a:2c:51   de:bd:00:00:00:29       ARP     42      
192.168.0.9 is at
98:e7:43:7a:2c:51
:
49      1365.462423     Dell_7a:2c:51   Broadcast       ARP     42      Who has 
192.168.0.100? Tell
192.168.0.9
50      1413.238122     192.168.0.100   192.168.0.9     ICMP    74      Echo 
(ping) reply   
id=0x0001, seq=4493/36113, ttl=255 (request in 28)



--
Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html



reply via email to

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