mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-06 16:26:18 +08:00
prevent dhcp from starting when netif link is down (only when LWIP_DHCP_CHECK_LINK_UP==1, which is disabled by default for compatibility reasons)
This commit is contained in:
@@ -143,6 +143,11 @@ HISTORY
|
||||
|
||||
++ Bugfixes:
|
||||
|
||||
2014-12-19: Simon Goldschmidt
|
||||
* opt.h, dhcp.h/.c: prevent dhcp from starting when netif link is down (only
|
||||
when LWIP_DHCP_CHECK_LINK_UP==1, which is disabled by default for
|
||||
compatibility reasons)
|
||||
|
||||
2014-12-17: Simon Goldschmidt
|
||||
* tcp_out.c: fixed bug #43840 Checksum error for TCP_CHECKSUM_ON_COPY==1 for
|
||||
no-copy data with odd length
|
||||
|
||||
Reference in New Issue
Block a user