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:
Simon Goldschmidt
2011-07-21 20:28:18 +02:00
committed by goldsimon
parent 23dfcf7b8c
commit be412dc042
2 changed files with 112 additions and 61 deletions

View File

@@ -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.