InAddrSize
size_t InAddrSize() const;
memcpy(id + pos, server->ID().InAddr(), server->ID().InAddrSize());
pos += server->ID().InAddrSize();
memcpy(id + pos, local.InAddr(), local.InAddrSize());
pos += local.InAddrSize();