]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commit
Added option LWIP_NETIF_HWADDRHINT (default=off) to cache ARP table indices with...
authorgoldsimon <goldsimon>
Mon, 2 Jul 2007 20:41:22 +0000 (20:41 +0000)
committergoldsimon <goldsimon>
Mon, 2 Jul 2007 20:41:22 +0000 (20:41 +0000)
commit96e4ec4a15abe1ac7c07d361cce22ab566ba1273
treefd56f65ea67b078fcde61c41986e23b9cf273e32
parentfa4b71149546d8cc08d4e4aabd2762a5b467e261
Added option LWIP_NETIF_HWADDRHINT (default=off) to cache ARP table indices with each pcb instead of single-entry cache for the complete stack.
12 files changed:
CHANGELOG
src/core/ipv4/ip.c
src/core/netif.c
src/core/raw.c
src/core/tcp_out.c
src/core/udp.c
src/include/ipv4/lwip/ip.h
src/include/ipv6/lwip/ip.h
src/include/lwip/netif.h
src/include/lwip/opt.h
src/include/netif/etharp.h
src/netif/etharp.c