From 338938461361318307056fef81ff5742c8a395ca Mon Sep 17 00:00:00 2001 From: David Cermak Date: Mon, 20 Sep 2021 10:36:26 +0200 Subject: [PATCH] lwip/docs: Removed unsupported CONFIG_LWIP_TCP_KEEP_CONNECTION_WHEN_IP_CHANGES --- docs/en/api-guides/lwip.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/en/api-guides/lwip.rst b/docs/en/api-guides/lwip.rst index af8d2da009..c3c9ba8d14 100644 --- a/docs/en/api-guides/lwip.rst +++ b/docs/en/api-guides/lwip.rst @@ -368,11 +368,6 @@ The following API functions are supported. For full details see :component_file: - ``sys_timeouts_init()`` - ``sys_timeouts_deinit()`` -Abort TCP connections when IP changes -+++++++++++++++++++++++++++++++++++++ - -:ref:`CONFIG_LWIP_TCP_KEEP_CONNECTION_WHEN_IP_CHANGES` is disabled by default. This disables the default lwIP behaviour of keeping TCP connections open if an interface IP changes, in case the interface IP changes back (for example, if an interface connection goes down and comes back up). Enable this option to keep TCP connections open in this case, until they time out normally. This may increase the number of sockets in use if a network interface goes down temporarily. - Additional Socket Options +++++++++++++++++++++++++