mirror of https://github.com/ARMmbed/mbed-os.git
Previously the EthernetInterface class was unable to be connected after being brought down. The core issue is that lwip was not designed to be completely brought down due once initialized. To work around this, the ethernet interface only initializes once and leaves itself up after a disconnect call. The DHCP lease is still released/acquired on disconnect/connect. |
||
---|---|---|
.. | ||
lwip | ||
lwip-eth/arch | ||
lwip-sys/arch | ||
EthernetInterface.cpp | ||
EthernetInterface.h | ||
eth_arch.h | ||
lwip_stack.c | ||
lwip_stack.h | ||
lwipopts.h |