mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
AES/ElGamal session tags per local destination
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
#include <thread>
|
||||
#include <mutex>
|
||||
#include <cryptopp/gzip.h>
|
||||
#include "Identity.h"
|
||||
#include "TunnelPool.h"
|
||||
#include "CryptoConst.h"
|
||||
@@ -64,9 +63,6 @@ namespace stream
|
||||
bool m_IsPublic;
|
||||
|
||||
std::function<void (Stream *)> m_Acceptor;
|
||||
|
||||
//CryptoPP::Gzip m_Compressor;
|
||||
//CryptoPP::Gunzip m_Decompressor;
|
||||
};
|
||||
|
||||
class StreamingDestinations
|
||||
|
||||
Reference in New Issue
Block a user