I2CP added

This commit is contained in:
orignal 2016-05-12 15:37:46 -04:00
parent c49fdf1233
commit 67f1e07508
6 changed files with 40 additions and 2 deletions

View file

@ -11,6 +11,7 @@
#include "I2PTunnel.h"
#include "SAM.h"
#include "BOB.h"
#include "I2CP.h"
#include "AddressBook.h"
namespace i2p
@ -84,6 +85,7 @@ namespace client
std::map<std::pair<i2p::data::IdentHash, int>, std::unique_ptr<I2PServerTunnel> > m_ServerTunnels; // <destination,port>->tunnel
SAMBridge * m_SamBridge;
BOBCommandChannel * m_BOBCommandChannel;
I2CPServer * m_I2CPServer;
public:
// for HTTP