mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
moved transports to 'transport' namespace
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user