Skip to content

discv5::IPv6Wire

Wire layout of a 16-byte IPv6 address as stored in an ENR "ip6" field.

#include <discv5_constants.hpp>

Public Attributes

Name
uint8_t[kIPv6Bytes] bytes
16 raw octets (network byte order)

Public Attributes Documentation

variable bytes

uint8_t[kIPv6Bytes] bytes;

16 raw octets (network byte order)


Updated on 2026-04-13 at 23:22:46 -0700