mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 00:23:39 +08:00
fixed bug #33551 (ARP entries may time out although in use) by sending an ARP request when an ARP entry is used in the last minute before it would time out.
This commit is contained in:
committed by
goldsimon
parent
23dfcf7b8c
commit
be412dc042
@@ -17,6 +17,11 @@ HISTORY
|
||||
|
||||
++ Bugfixes:
|
||||
|
||||
2011-07-21: Simon Goldschmidt
|
||||
* etharp.c: fixed bug #33551 (ARP entries may time out although in use) by
|
||||
sending an ARP request when an ARP entry is used in the last minute before
|
||||
it would time out.
|
||||
|
||||
2011-07-04: Simon Goldschmidt
|
||||
* sys_arch.txt: Fixed documentation after changing sys arch prototypes for 1.4.0.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user