mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 00:23:39 +08:00
Changed etharp to use a defined hardware address length of 6 to avoid loading netif->hwaddr_len every time (since this file is only used for ethernet and struct eth_addr already had a defined length of 6).
This commit is contained in:
@@ -19,6 +19,11 @@ HISTORY
|
||||
|
||||
++ New features:
|
||||
|
||||
2007-06-18 Simon Goldschmidt
|
||||
* etharp.c, etharp.h: Changed etharp to use a defined hardware address length
|
||||
of 6 to avoid loading netif->hwaddr_len every time (since this file is only
|
||||
used for ethernet and struct eth_addr already had a defined length of 6).
|
||||
|
||||
2007-06-17 Simon Goldschmidt
|
||||
* sockets.c, sockets.h: Implemented socket options SO_NO_CHECK for UDP sockets
|
||||
to disable UDP checksum generation on transmit.
|
||||
|
||||
Reference in New Issue
Block a user