forked from espressif/esp-idf
Merge branch 'feature/add_function_for_deinit_lwip_timers' into 'master'
lw-ip:add function for deinit lwip timers Closes ESPCS-675 See merge request espressif/esp-idf!14921
This commit is contained in:
Submodule components/lwip/lwip updated: 2195f7416f...2749568fe1
@@ -358,6 +358,16 @@ The default lwIP implementation is to have these timers enabled all the time, ev
|
|||||||
|
|
||||||
To return to the default lwIP behaviour (always-on timers), disable :ref:`CONFIG_LWIP_TIMERS_ONDEMAND`.
|
To return to the default lwIP behaviour (always-on timers), disable :ref:`CONFIG_LWIP_TIMERS_ONDEMAND`.
|
||||||
|
|
||||||
|
Lwip timers API
|
||||||
|
+++++++++++++++
|
||||||
|
|
||||||
|
When users are not using WiFi, these APIs provide users with the ability to turn off LwIP timer to reduce power consumption.
|
||||||
|
|
||||||
|
The following API functions are supported. For full details see :component_file:`lwip/lwip/src/include/lwip/timeouts.h`.
|
||||||
|
|
||||||
|
- ``sys_timeouts_init()``
|
||||||
|
- ``sys_timeouts_deinit()``
|
||||||
|
|
||||||
Abort TCP connections when IP changes
|
Abort TCP connections when IP changes
|
||||||
+++++++++++++++++++++++++++++++++++++
|
+++++++++++++++++++++++++++++++++++++
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user