mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-30 04:37:50 +02:00
add local address and port to webconsole (issue #1877)
This commit is contained in:
parent
5a09c11e90
commit
008fb561b8
2 changed files with 19 additions and 6 deletions
|
@ -96,6 +96,7 @@ namespace client
|
|||
const char * GetName () const { return m_Name.c_str(); }
|
||||
std::vector<std::shared_ptr<DatagramSessionInfo> > GetSessions ();
|
||||
std::shared_ptr<ClientDestination> GetLocalDestination () const { return m_LocalDest; }
|
||||
const boost::asio::ip::udp::endpoint& GetEndpoint () const { return m_RemoteEndpoint; }
|
||||
|
||||
void SetUniqueLocal (bool isUniqueLocal = true) { m_IsUniqueLocal = isUniqueLocal; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue