mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
handle i2p.router.netdb.knownpeers RouterInfo request
This commit is contained in:
parent
047f08b482
commit
70b6c024bf
2 changed files with 13 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue