mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-10-20 10:40:19 +01:00
feat(i2pcontrol): add IPv6 network status metric
This commit is contained in:
parent
675b82dfdd
commit
23821f3eae
2 changed files with 9 additions and 0 deletions
|
@ -47,6 +47,7 @@ namespace client
|
|||
void NetDbKnownPeersHandler (std::ostringstream& results);
|
||||
void NetDbActivePeersHandler (std::ostringstream& results);
|
||||
void NetStatusHandler (std::ostringstream& results);
|
||||
void NetStatusV6Handler (std::ostringstream& results);
|
||||
void TunnelsParticipatingHandler (std::ostringstream& results);
|
||||
void TunnelsSuccessRateHandler (std::ostringstream& results);
|
||||
void InboundBandwidth1S (std::ostringstream& results);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue