-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Feature request: limit WiFiServer backlog size #5380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is a very fair request, to prevent DoS and memory filling. What are the issues you are facing ? Would you make a PR for that ? I don't think this has any relation with #928, why do you think so ? |
Sorry, it has nothing to do with #928, should I delete it? I just encounter with Links2004's post while googling this backlog problem I am not familiar with Arduino, but if I have free time, I will make a PR. My issue is arendst/Tasmota#4460 |
No worry, I was just asking because you posted at the two places
This will be welcome ! |
Tasmota is currently releasing updates only using arduino core-2.3.0 (AFAIK, until core-2.5.0 is out and has its chances). |
Pushing back. |
Please limit the _unclaimed chain as listen backlog (http://man7.org/linux/man-pages/man2/listen.2.html)
Arduino/libraries/ESP8266WiFi/src/WiFiServer.cpp
Lines 164 to 171 in cd05bae
The text was updated successfully, but these errors were encountered: