Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <compat.h>
#include <netaddress.h>
#include <sync.h>
#include <threadinterrupt.h>
#include <util/fs.h>
#include <util/sock.h>
#include <memory>
#include <optional>
#include <string>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
Classes | |
struct | i2p::Connection |
An established connection with another peer. More... | |
class | i2p::sam::Session |
I2P SAM session. More... | |
struct | i2p::sam::Session::Reply |
A reply from the SAM proxy. More... | |
Namespaces | |
namespace | i2p |
namespace | i2p::sam |
Typedefs | |
using | i2p::Binary = std::vector< uint8_t > |
Binary data. More... | |
Variables | |
static constexpr size_t | i2p::sam::MAX_MSG_SIZE {65536} |
The maximum size of an incoming message from the I2P SAM proxy (in bytes). More... | |