mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-12 18:43:39 +08:00
Added option LWIP_NETIF_HWADDRHINT (default=off) to cache ARP table indices with each pcb instead of single-entry cache for the complete stack.
This commit is contained in:
@@ -69,7 +69,9 @@ extern "C" {
|
||||
/* Type Of Service */ \
|
||||
u8_t tos; \
|
||||
/* Time To Live */ \
|
||||
u8_t ttl
|
||||
u8_t ttl; \
|
||||
/* link layer address resolution hint */ \
|
||||
u8_t addr_hint
|
||||
|
||||
|
||||
/* The IPv6 header. */
|
||||
|
||||
Reference in New Issue
Block a user