Search found 1 match

by jollayc
Tue Mar 31, 2020 11:07 am
Forum: General Discussion
Topic: How to catch LWIP TCP/IP Events
Replies: 4
Views: 7832

Re: How to catch LWIP TCP/IP Events

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