mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
handle SSU v4 and v6 messages in one thread
This commit is contained in:
@@ -49,7 +49,7 @@ namespace transport
|
||||
|
||||
boost::asio::io_service& SSUSession::GetService ()
|
||||
{
|
||||
return IsV6 () ? m_Server.GetServiceV6 () : m_Server.GetService ();
|
||||
return m_Server.GetService ();
|
||||
}
|
||||
|
||||
void SSUSession::CreateAESandMacKey (const uint8_t * pubKey)
|
||||
|
||||
Reference in New Issue
Block a user