IPv4,UDP/TCP endpoints.
More...
#include <Common.h>
|
static bool | test_allowLocal = false |
| Setting true causes isAllowed to return true for all addresses. (Used by test fixtures) More...
|
|
IPv4,UDP/TCP endpoints.
Definition at line 175 of file Common.h.
Enumerator |
---|
StreamList |
|
StreamInline |
|
Definition at line 178 of file Common.h.
dev::p2p::NodeIPEndpoint::NodeIPEndpoint |
( |
| ) |
|
|
default |
dev::p2p::NodeIPEndpoint::NodeIPEndpoint |
( |
bi::address |
_addr, |
|
|
uint16_t |
_udp, |
|
|
uint16_t |
_tcp |
|
) |
| |
|
inline |
dev::p2p::NodeIPEndpoint::NodeIPEndpoint |
( |
RLP const & |
_r | ) |
|
|
inline |
void NodeIPEndpoint::interpretRLP |
( |
RLP const & |
_r | ) |
|
bool dev::p2p::NodeIPEndpoint::isAllowed |
( |
| ) |
const |
|
inline |
dev::p2p::NodeIPEndpoint::operator bi::tcp::endpoint |
( |
| ) |
const |
|
inline |
dev::p2p::NodeIPEndpoint::operator bi::udp::endpoint |
( |
| ) |
const |
|
inline |
dev::p2p::NodeIPEndpoint::operator bool |
( |
| ) |
const |
|
inline |
bool dev::p2p::NodeIPEndpoint::operator!= |
( |
NodeIPEndpoint const & |
_cmp | ) |
const |
|
inline |
bool dev::p2p::NodeIPEndpoint::operator== |
( |
NodeIPEndpoint const & |
_cmp | ) |
const |
|
inline |
bi::address dev::p2p::NodeIPEndpoint::address |
uint16_t dev::p2p::NodeIPEndpoint::tcpPort = 0 |
bool dev::p2p::NodeIPEndpoint::test_allowLocal = false |
|
static |
Setting true causes isAllowed to return true for all addresses. (Used by test fixtures)
Definition at line 185 of file Common.h.
uint16_t dev::p2p::NodeIPEndpoint::udpPort = 0 |
The documentation for this class was generated from the following files: