We're back! (IN POG FORM)
//------------------------------------------------------------------------------// CProxyType//------------------------------------------------------------------------------/* * These constants must match the integer values saved in the configuration file, * DO NOT CHANGE THIS ORDER!!! */enum CProxyType { PROXY_NONE = -1, PROXY_SOCKS5, PROXY_SOCKS4, PROXY_HTTP, PROXY_SOCKS4a,};