mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-16 02:56:52 +02:00
SSL connection for IRC server tunnel
This commit is contained in:
parent
798dd8b27b
commit
c2f91ea63b
2 changed files with 6 additions and 4 deletions
|
@ -129,7 +129,8 @@ namespace client
|
|||
public:
|
||||
|
||||
I2PTunnelConnectionIRC (I2PService * owner, std::shared_ptr<i2p::stream::Stream> stream,
|
||||
const boost::asio::ip::tcp::endpoint& target, const std::string& m_WebircPass);
|
||||
const boost::asio::ip::tcp::endpoint& target, const std::string& m_WebircPass,
|
||||
std::shared_ptr<boost::asio::ssl::context> sslCtx = nullptr);
|
||||
|
||||
protected:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue