Is the number of TCP or UDP sockets limited ? I seem to remember reading about that but maybe that was a bad dream I can't seem to find such info now.
Thanks,
Danny
Explore... Chat... Share...
uint8 mc = espconn_tcp_get_max_con();
Serial.printf("espconn_tcp_get_max_con -> %d\n", mc);
sint8 rc = 0;
for (uint8 i = 8; i<26 && rc >= 0; i++) {
rc = espconn_tcp_set_max_con(i);
uint mc = espconn_tcp_get_max_con();
Serial.printf("Set max to %d", i);
Serial.printf(" -> %d, max %d\n", rc, mc);
}
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]