mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-22 15:21:47 +02:00
generate reandom tunnelMsgID
This commit is contained in:
parent
0bea006826
commit
05c297cb0b
2 changed files with 4 additions and 7 deletions
2
Tunnel.h
2
Tunnel.h
|
@ -146,8 +146,6 @@ namespace tunnel
|
|||
private:
|
||||
|
||||
bool m_IsRunning;
|
||||
bool m_IsTunnelCreated; // TODO: temporary
|
||||
uint32_t m_NextReplyMsgID; // TODO: make it random later
|
||||
std::thread * m_Thread;
|
||||
std::map<uint32_t, Tunnel *> m_PendingTunnels; // by replyMsgID
|
||||
std::mutex m_InboundTunnelsMutex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue