Programming associated with creating and managing networks as well as adding network connectivity to a (set of) programs.

learn more… | top users | synonyms

1
vote
4answers
54 views
+50

How to initiate direct connection between clients connected to a server

Suppose that I have a server and the clients are connected to the server. The server is accessible through a public ip. I would like to "forward" the connection so that the clients would be directly ...