pub const IP_ADDR_LEN: usize = 16;
Expand description

All IPs (either IPv4 or IPv6) are represented as a 16-byte (IPv6) array. ref. “go/net/IP”