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:
goldsimon
2010-06-16 12:25:00 +00:00
parent 6ccc2ef804
commit 1242575f0f
2 changed files with 42 additions and 7 deletions

View File

@@ -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