If I call sockets() repeatedly 8 times, it will return handles from 0-7. On the 9th call it returns -128 (an error). This seems to indicate that I can create 8 sockets. If only 4 could be created (as specified in other forum posts), I would expect an error on the 5th call. Can someone explain this inconsistency?
↧