mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
I2CP added
This commit is contained in:
parent
c49fdf1233
commit
67f1e07508
6 changed files with 40 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue