|
Electroneum
|
#include "gtest/gtest.h"#include "cryptonote_core/cryptonote_core.h"#include "p2p/net_node.h"#include "p2p/net_node.inl"#include "cryptonote_protocol/cryptonote_protocol_handler.h"#include "cryptonote_protocol/cryptonote_protocol_handler.inl"
Go to the source code of this file.
Classes | |
| class | test_core |
Namespaces | |
| namespace | cryptonote |
| Holds cryptonote related classes and helpers. | |
| namespace | nodetool |
Macros | |
| #define | MAKE_IPV4_ADDRESS(a, b, c, d) |
Typedefs | |
| typedef nodetool::node_server< cryptonote::t_cryptonote_protocol_handler< test_core > > | Server |
Functions | |
| TEST (ban, add) | |
| TEST (ban, limit) | |
| #define MAKE_IPV4_ADDRESS | ( | a, | |
| b, | |||
| c, | |||
| d ) |
| TEST | ( | ban | , |
| add | ) |
Definition at line 114 of file ban.cpp.

| TEST | ( | ban | , |
| limit | ) |
Definition at line 199 of file ban.cpp.
