MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / UsingProxy

Method UsingProxy

libi2pd/NTCP2.h:312–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310 void Connect(std::shared_ptr<NTCP2Session> conn);
311
312 bool UsingProxy() const { return m_ProxyType != eNoProxy; };
313 void UseProxy(ProxyType proxy, const std::string& address, uint16_t port, const std::string& user, const std::string& pass);
314
315 void SetLocalAddress (const boost::asio::ip::address& localAddress);

Callers 1

ConnectToPeerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected