mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-30 04:37:50 +02:00
use Inflator instead Gunzip
This commit is contained in:
parent
5dbee6b300
commit
b66aa7408e
2 changed files with 14 additions and 21 deletions
13
i2p.cpp
13
i2p.cpp
|
@ -1,18 +1,9 @@
|
|||
#include <thread>
|
||||
#include <stdlib.h>
|
||||
#include "Daemon.h"
|
||||
#include "Reseed.h"
|
||||
|
||||
int main( int argc, char* argv[] )
|
||||
{
|
||||
Daemon.init(argc, argv);
|
||||
if (Daemon.start())
|
||||
{
|
||||
while (Daemon.running)
|
||||
{
|
||||
//TODO Meeh: Find something better to do here.
|
||||
std::this_thread::sleep_for (std::chrono::seconds(1));
|
||||
}
|
||||
}
|
||||
Daemon.stop();
|
||||
return EXIT_SUCCESS;
|
||||
i2p::data::ProcessSU3File ("/home/roman/tmp/i2pseeds.su3");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue