mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
show HTTP proxy as client tunnel
This commit is contained in:
parent
a4883cfa15
commit
b526718846
3 changed files with 11 additions and 0 deletions
|
@ -38,6 +38,7 @@ namespace client
|
|||
}
|
||||
|
||||
inline std::shared_ptr<ClientDestination> GetLocalDestination () { return m_LocalDestination; }
|
||||
inline std::shared_ptr<const ClientDestination> GetLocalDestination () const { return m_LocalDestination; }
|
||||
inline void SetLocalDestination (std::shared_ptr<ClientDestination> dest) { m_LocalDestination = dest; }
|
||||
void CreateStream (StreamRequestComplete streamRequestComplete, const std::string& dest, int port = 0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue