net::Socket destination() const noexcept { return {ip_dst(), dst_port()}; }
Socket destination() const { return Socket{ip_dst(), dst_port()}; }