1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 12:02:47 -05:00

Justin Bradford's patch for increased proxy robustness.

[originally from svn r2111]
This commit is contained in:
Simon Tatham
2002-10-22 09:40:38 +00:00
parent 45c494ff9d
commit d32e06c1fe
3 changed files with 86 additions and 31 deletions

View File

@ -4,8 +4,7 @@
* A proxy layer, if necessary, wedges itself between the
* network code and the higher level backend.
*
* Supported proxies: HTTP CONNECT, generic telnet
* In progress: SOCKS
* Supported proxies: HTTP CONNECT, generic telnet, SOCKS 4 & 5
*/
#ifndef PUTTY_PROXY_H