Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Add reuse flag #179

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add reuse flag #179

wants to merge 1 commit into from

Conversation

Marisa-Chan
Copy link

Let's say, for example: without of this flag it's can't start asyncwebserver on 80 port after wifimanager(also on 80) is shutdowned. But wifimanager still may be started, because in "WiFiServer.cpp" of ESP8266WiFi lib it's creates tcp_pcb with "SOF_REUSEADDR" flag.

Let's say, for example: without of this flag it's can't start asyncwebserver on 80 port after wifimanager(also on 80) is shutdowned. But wifimanager still may be started, because in "WiFiServer.cpp" of ESP8266WiFi lib it's creates tcp_pcb with "SOF_REUSEADDR" flag.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant