Do TCP/UDP connections add to the Windows incoming connection limit?

Solution 1:

A Windows Socket is basically the same concept as Berkley Sockets. Those have absolutely nothing to do with the 10 Connection limit you're looking at. The 10 Connection limit is an unenforced application session limit. Basically this is to prevent people from abuse XP as a public web server platform, file server, or something similar.