mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 12:17:49 +02:00
ms visual studio 2013 support
not full support
This commit is contained in:
parent
6341b10556
commit
55392ce783
19 changed files with 670 additions and 20 deletions
3
i2p.cpp
3
i2p.cpp
|
@ -1,5 +1,6 @@
|
|||
#include <iostream>
|
||||
#include <cryptopp/integer.h>
|
||||
#include <boost/thread.hpp>
|
||||
#include "Log.h"
|
||||
#include "base64.h"
|
||||
#include "Transports.h"
|
||||
|
@ -19,7 +20,7 @@ int main( int, char** )
|
|||
i2p::transports.Start ();
|
||||
i2p::tunnel::tunnels.Start ();
|
||||
|
||||
sleep (1000);
|
||||
boost::this_thread::sleep(boost::posix_time::seconds(1000));
|
||||
i2p::tunnel::tunnels.Stop ();
|
||||
i2p::transports.Stop ();
|
||||
i2p::data::netdb.Stop ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue