BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <message.hpp>
Public Member Functions | |
message_header () | |
Public Attributes | |
boost::endian::little_uint32_buf_t | size |
boost::endian::little_uint32_buf_t | msg_type |
Defines an 8 byte header that is always present because the minimum encrypted packet size is 8 bytes (blowfish). The maximum message size is defined in config.hpp. The channel, and message type is also included because almost every channel will have a message type field and we might as well include it in the 8 byte header to save space.
Definition at line 41 of file message.hpp.
|
inline |
Definition at line 45 of file message.hpp.
boost::endian::little_uint32_buf_t graphene::net::message_header::msg_type |
Definition at line 44 of file message.hpp.
boost::endian::little_uint32_buf_t graphene::net::message_header::size |
Definition at line 43 of file message.hpp.