| 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) |