mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
moved transports to 'transport' namespace
This commit is contained in:
parent
165af090b6
commit
7b768ccb26
16 changed files with 73 additions and 63 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
namespace i2p
|
||||
{
|
||||
namespace ntcp
|
||||
namespace transport
|
||||
{
|
||||
|
||||
#pragma pack(1)
|
||||
|
@ -67,7 +67,7 @@ namespace ntcp
|
|||
const size_t NTCP_BUFFER_SIZE = 1040; // fits one tunnel message (1028)
|
||||
const int NTCP_TERMINATION_TIMEOUT = 120; // 2 minutes
|
||||
|
||||
class NTCPSession: public i2p::transport::TransportSession
|
||||
class NTCPSession: public TransportSession
|
||||
{
|
||||
public:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue