mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
single receive thread for both ipv4 and ipv6
This commit is contained in:
parent
5891b1ceb2
commit
3052dbd1e8
2 changed files with 12 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue