-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
For example, if a client exists inside a PAT type network, and the incoming traffic is filtered, then the client has to use, say a tunnel to be able to receive data from outside (think Torrent+Proxy).
Currently the server uses the remote address associated with the request to keep track of clients. If the client happens to be in a subnet that uses PAT or NAT, then one has to have a method to send data to the client after connection is established; which with the current architecture of dockerComp, isn't possible.
Key is to understand how NAT/PAT and routing, in general, works.
Metadata
Metadata
Assignees
Labels
No labels