MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / ReseedHandler

Method ReseedHandler

daemon/I2PControl.cpp:433–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431 }
432
433 void I2PControlService::ReseedHandler (std::ostringstream& results)
434 {
435 LogPrint (eLogInfo, "I2PControl: Reseed requested");
436 InsertParam (results, "Reseed", "");
437 i2p::data::netdb.Reseed ();
438 }
439
440 // certificate
441 void I2PControlService::CreateCertificate (const char *crt_path, const char *key_path)

Callers

nothing calls this directly

Calls 2

LogPrintFunction · 0.85
ReseedMethod · 0.80

Tested by

no test coverage detected