mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 04:07:49 +02:00
handle SSU v4 and v6 messages in one thread
This commit is contained in:
parent
2648f1ba89
commit
417b5ed6cc
4 changed files with 16 additions and 42 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue