http server tunnel added

This commit is contained in:
orignal 2015-05-20 16:00:09 -04:00
parent 4f2f67d5b1
commit 019af7bd3a
4 changed files with 16 additions and 2 deletions

View file

@ -104,6 +104,14 @@ namespace client
std::set<i2p::data::IdentHash> m_AccessList;
bool m_IsAccessList;
};
class I2PServerTunnelHTTP: public I2PServerTunnel
{
public:
I2PServerTunnelHTTP (const std::string& host, int port,
std::shared_ptr<ClientDestination> localDestination, int inport = 0);
};
}
}