handle i2p.router.netdb.knownpeers RouterInfo request

This commit is contained in:
orignal 2015-01-09 11:58:14 -05:00
parent 047f08b482
commit 70b6c024bf
2 changed files with 13 additions and 0 deletions

View file

@ -33,6 +33,10 @@ namespace client
const char I2P_CONTROL_PARAM_ECHO[] = "Echo";
const char I2P_CONTROL_PARAM_RESULT[] = "Result";
// RouterInfo params
const char I2P_CONTROL_PARAM_RI_NETDB_KNOWNPEERS[] = "i2p.router.netdb.knownpeers";
class I2PControlService
{
public: