lidgren / lidgren-network-gen3

Lidgren Network Library
https://groups.google.com/forum/#!forum/lidgren-network-gen3
MIT License
1.19k stars 331 forks source link

Is there an issues connecting more than 7 clients on the one machine? #19

Closed tr00p3r closed 9 years ago

tr00p3r commented 9 years ago

I can't seem to connect more than 7 clients to a server on one local machine.

Is there a physical limit due to the way ports are selected?

tr00p3r commented 9 years ago

Looks like the biggest problem I was getting is in NetUtility for PlatformWin32, if I call GetBroadCast address too many times it fails.

I'm explicitly using PlatformUnity.cs now and it seems to work as expected.