mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
update changelog, added leaseset list to client/server tunnel pages
This commit is contained in:
parent
e1eaa2097e
commit
8676a1b4ef
4 changed files with 20 additions and 2 deletions
|
@ -143,6 +143,7 @@ namespace client
|
|||
|
||||
// for HTTP only
|
||||
int GetNumRemoteLeaseSets () const { return m_RemoteLeaseSets.size (); };
|
||||
const decltype(m_RemoteLeaseSets)& GetLeaseSets () const { return m_RemoteLeaseSets; };
|
||||
};
|
||||
|
||||
class ClientDestination: public LeaseSetDestination
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue