mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
I2CP added
This commit is contained in:
parent
c49fdf1233
commit
67f1e07508
6 changed files with 40 additions and 2 deletions
13
I2CP.cpp
Normal file
13
I2CP.cpp
Normal file
|
@ -0,0 +1,13 @@
|
|||
#include "I2CP.h"
|
||||
|
||||
|
||||
namespace i2p
|
||||
{
|
||||
namespace client
|
||||
{
|
||||
I2CPServer::I2CPServer (const std::string& interface, int port)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue