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,409 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 …

16,903 views
Advertisement
Advertisement