mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-09-23 17:23:52 +08:00
Added an optional define (LWIP_IP_ACCEPT_UDP_PORT) that can allow link-layer-addressed UDP traffic to be received while a netif is down (just like DHCP during configuration)
This commit is contained in:
@@ -13,6 +13,11 @@ HISTORY
|
||||
|
||||
++ New features:
|
||||
|
||||
2010-06-16: Simon Goldschmidt
|
||||
* ip.c: Added an optional define (LWIP_IP_ACCEPT_UDP_PORT) that can allow
|
||||
link-layer-addressed UDP traffic to be received while a netif is down (just
|
||||
like DHCP during configuration)
|
||||
|
||||
2010-05-22: Simon Goldschmidt
|
||||
* many many files: bug #27352: removed packing from ip_addr_t, the packed
|
||||
version is now only used in protocol headers. Added global storage for
|
||||
|
||||
Reference in New Issue
Block a user