Closed
Description
It seems that currently the maximum total number of simultaneously available sockets is 4, in any combination of TCPServer, TCPSocket and UDPSocket instances. UDPSocket is further limited to a maximum of 2 (4 UDP sockets total, but one seems to be reserved for DNS and one for DHCP, leaving 2 for the application).
Are these limits documented anywhere? Are they configurable?