mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 20:27:49 +02:00
Symmetric NAT error
This commit is contained in:
parent
57c969b0ed
commit
6d88c3ab05
4 changed files with 8 additions and 1 deletions
|
@ -63,6 +63,7 @@ namespace transport
|
|||
void DeleteAllSessions ();
|
||||
|
||||
boost::asio::io_service& GetService () { return m_Service; };
|
||||
uint16_t GetPort () const { return m_Endpoint.port (); };
|
||||
void SetLocalAddress (const boost::asio::ip::address& localAddress);
|
||||
|
||||
void Send (const uint8_t * buf, size_t len, const boost::asio::ip::udp::endpoint& to);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue