🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Advertisement

Latest tcp Activity

Using the same “port” and using the same “socket” aren't quite the same thing.

For example, it's totally possible to have multiple processes accept() or recvfrom() on the same port (with SO_REUSEPORT.) Some random process will get the connection/packet. Whether this is what you want, is a different …

5,627 views
Advertisement

Hi @sync views,

thanks a lot for your input! That's good to hear. This is pretty much what I had in mind: Building the Server and client in one solution (with the client code and common code being in a separate repo as a submodule), so I can do unity tests very easy with headless clients. I plan to …

17,314 views
Advertisement
Advertisement