mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
single receive thread for both ipv4 and ipv6
This commit is contained in:
@@ -262,7 +262,7 @@ namespace transport
|
||||
|
||||
private:
|
||||
|
||||
ReceiveService m_ReceiveServiceV4, m_ReceiveServiceV6;
|
||||
ReceiveService m_ReceiveService;
|
||||
boost::asio::ip::udp::socket m_SocketV4, m_SocketV6;
|
||||
std::unordered_map<uint64_t, std::shared_ptr<SSU2Session> > m_Sessions;
|
||||
std::map<boost::asio::ip::udp::endpoint, std::shared_ptr<SSU2Session> > m_PendingOutgoingSessions;
|
||||
|
||||
Reference in New Issue
Block a user