mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
changes
This commit is contained in:
parent
72974c85c8
commit
7b5e18d94b
5 changed files with 25 additions and 36 deletions
|
@ -140,7 +140,7 @@ namespace client
|
|||
|
||||
struct UDPSession
|
||||
{
|
||||
std::shared_ptr<i2p::client::ClientDestination> Destination;
|
||||
std::shared_ptr<i2p::client::ClientDestination> m_Destination;
|
||||
boost::asio::ip::udp::socket IPSocket;
|
||||
i2p::data::IdentHash Identity;
|
||||
boost::asio::ip::udp::endpoint FromEndpoint;
|
||||
|
@ -177,7 +177,7 @@ namespace client
|
|||
std::mutex m_SessionsMutex;
|
||||
std::vector<UDPSession> m_Sessions;
|
||||
boost::asio::io_service & m_Service;
|
||||
std::shared_ptr<i2p::client::ClientDestination> m_Destination;
|
||||
std::shared_ptr<i2p::client::ClientDestination> m_LocalDest;
|
||||
uint8_t m_Buffer[I2P_UDP_MAX_MTU];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue