TARAXA
|
Namespaces | |
namespace | tarcap |
namespace | threadpool |
Enumerations | |
enum | SubprotocolPacketType : uint32_t { kHighPriorityPackets = 0 , kVotePacket , kGetNextVotesSyncPacket , kVotesBundlePacket , kMidPriorityPackets , kDagBlockPacket , kDagSyncPacket , kTransactionPacket , kLowPriorityPackets , kStatusPacket , kGetPbftSyncPacket , kPbftSyncPacket , kGetDagSyncPacket , kPillarVotePacket , kGetPillarVotesBundlePacket , kPillarVotesBundlePacket , kPbftBlocksBundlePacket , kPacketCount } |
SubprotocolPacketType is used in networking layer to differentiate packet types. More... | |
Functions | |
std::string | convertPacketTypeToString (SubprotocolPacketType packet_type) |
enum taraxa::network::SubprotocolPacketType : uint32_t |
SubprotocolPacketType is used in networking layer to differentiate packet types.
|
inline |
packet_type |