Timeline for How to properly construct a TCP Tunnel in Delphi
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 8, 2018 at 7:42 | review | Close votes | |||
| Jun 13, 2018 at 3:07 | |||||
| Jan 31, 2017 at 2:40 | comment | added | david25272 | Normally a server only listens to a single port. Incoming requests cause new threads to be created, each with a unique TCP connection. You would then have to implement the HTTP protocol yourself. | |
| Jan 31, 2017 at 1:39 | comment | added | user2864778 | I want to build a reverse proxy (socks5)... | |
| Jan 30, 2017 at 23:24 | comment | added | david25272 | Why not just use a reverse proxy? | |
| Jan 30, 2017 at 16:57 | history | edited | Robert Harvey | CC BY-SA 3.0 | deleted 11 characters in body |
| Jan 30, 2017 at 16:26 | review | First posts | |||
| Jan 31, 2017 at 9:27 | |||||
| Jan 30, 2017 at 16:22 | history | asked | user2864778 | CC BY-SA 3.0 |