ESPAsyncTCP icon indicating copy to clipboard operation
ESPAsyncTCP copied to clipboard

Add reuse flag

Open Marisa-Chan opened this issue 2 years ago • 0 comments

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.

Marisa-Chan avatar Jun 06 '22 12:06 Marisa-Chan