mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-06 16:26:18 +08:00
fixed bug #34617: Stable etharp entries that are about to expire are now refreshed using unicast to prevent unnecessary broadcast.
Only if no answer is received after 15 seconds, broadcast is used.
This commit is contained in:
@@ -6,6 +6,11 @@ HISTORY
|
||||
|
||||
++ New features:
|
||||
|
||||
2015-03-23: Simon Goldschmidt
|
||||
* etharp.c: Stable etharp entries that are about to expire are now refreshed
|
||||
using unicast to prevent unnecessary broadcast. Only if no answer is received
|
||||
after 15 seconds, broadcast is used.
|
||||
|
||||
2015-03-06: Philip Gladstone
|
||||
* netif.h/.c: patch #8359 (Provide utility function to add an IPv6 address to
|
||||
an interface)
|
||||
|
||||
Reference in New Issue
Block a user