|
enum | checksum { CS_NONE = 0,
CS_CRC32,
CS_CRC32C
} |
|
typedef enum
gcomm::NetHeader::checksum | checksum_t |
|
|
| NetHeader (uint32_t len, int version) |
|
uint32_t | len () const |
|
void | set_crc32 (uint32_t crc32, checksum_t type) |
|
bool | has_crc32 () const |
|
bool | has_crc32c () const |
|
uint32_t | crc32 () const |
|
int | version () const |
|
|
static checksum_t | checksum_type (int i) |
|
|
static const size_t | serial_size_ = 8 |
|
|
size_t | serialize (const NetHeader &hdr, gu::byte_t *buf, size_t buflen, size_t offset) |
|
size_t | unserialize (const gu::byte_t *buf, size_t buflen, size_t offset, NetHeader &hdr) |
|
size_t | serial_size (const NetHeader &hdr) |
|
The documentation for this class was generated from the following file:
- /wrkdirs/usr/ports/databases/galera/work/galera-25.3.5-src/gcomm/src/gcomm/datagram.hpp