mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
don't acquire DH keys pair until connection is established
This commit is contained in:
parent
e2a70873b8
commit
a5576ddbf3
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ namespace transport
|
|||
m_TerminationTimer (m_Server.GetService ()), m_IsEstablished (false), m_IsTerminated (false),
|
||||
m_ReceiveBufferOffset (0), m_NextMessage (nullptr), m_IsSending (false)
|
||||
{
|
||||
m_DHKeysPair = transports.GetNextDHKeysPair ();
|
||||
m_Establisher = new Establisher;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue