marcosx86 / maptracker

Automatically exported from code.google.com/p/maptracker
0 stars 0 forks source link

TCP ? #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start

What is the expected output? What do you see instead?
It says that the MapTracker is trying to connect to a TCP Server

What version of the product are you using? On what operating system?
WinXP

Original issue reported on code.google.com by owntibia...@googlemail.com on 1 Feb 2010 at 5:51

GoogleCodeExporter commented 9 years ago
This is how a proxy works:

Proxy opens a local TCP port for the client to connect to
Client connects to proxy
Proxy opens a remote TCP port to connect to the server
Client sends packet to proxy
Proxy sends packet to server
Server sends packet to proxy
Proxy sends packet to client

So yes, the proxy has to open a remote TCP port to connect to the server.

Original comment by ian320 on 1 Feb 2010 at 7:07