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:
goldsimon
2007-07-02 20:41:22 +00:00
parent fa4b711495
commit 96e4ec4a15
12 changed files with 146 additions and 7 deletions

View File

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