I have been running a test with a TCP server accepting incoming connections.
I am using a Click ETH (Ethernet) module on a Portal.
It appears that the maximum number of sockets that can be created is 20. One listening socket and 19 sockets for active incoming connections. On the 20th connection there is an exception with the Accept() method.
I assume this is a TinyClr limit?