mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
rollback
This commit is contained in:
parent
280407a553
commit
a25ce2296a
2 changed files with 8 additions and 10 deletions
2
SSU.h
2
SSU.h
|
@ -15,7 +15,6 @@
|
|||
#include "RouterInfo.h"
|
||||
#include "I2NPProtocol.h"
|
||||
#include "SSUSession.h"
|
||||
#include "util.h" // for MemoryPool
|
||||
|
||||
namespace i2p
|
||||
{
|
||||
|
@ -123,7 +122,6 @@ namespace transport
|
|||
std::map<boost::asio::ip::udp::endpoint, std::shared_ptr<SSUSession> > m_Sessions, m_SessionsV6;
|
||||
std::map<uint32_t, std::shared_ptr<SSUSession> > m_Relays; // we are introducer
|
||||
std::map<uint32_t, PeerTest> m_PeerTests; // nonce -> creation time in milliseconds
|
||||
i2p::util::MemoryPoolMt<SSUPacket> m_Packets;
|
||||
|
||||
public:
|
||||
// for HTTP only
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue