Page 1 of 1

TCP connection limit?

Posted: Wed Feb 06, 2019 11:00 am
by daver1
ESP32 as wifi station
Set up wifi server and limit is 8 simultaneous TCP client connections
Added further 3 wifi server instances listening on different ports and the limit is now 4 simultaneous TCP client connections either on
one wifi server instance or across several. Whatever combination the total limit is now 4 limit is 8 simultaneous TCP client connections.

Where is the cleint connection limit and how can I increase that so i can have 6 simultaneous connections?

Thanks