-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Only 5 TCP sockets #3185
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
does this help: #570 (see |
Thanks, that pointed me to the right direction.
did the trick and |
This function "espconn_tcp_set_max_con(uint8 num)" did not work for me. Always returns -12 (invalid argument)... Does anyone have a suggestion? |
|
As far as I found out until now the default for the maximum number of concurrent TCP sockets ist 5.
Is there a way to increase it?
I see that the ESP32 SDK has an espconn_tcp_set_max_con method but I can not get it working.
Results in linker error: "undefined reference to espconn_tcp_set_max_con(unsigned char)"
Is it possible to use this method to increase the number of concurrent TCP sockets?
The text was updated successfully, but these errors were encountered: