ESPAsyncTCP
ESPAsyncTCP copied to clipboard
Add reuse 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.