예제 #1
0
 net::Socket destination() const noexcept
 { return {ip_dst(), dst_port()}; }
예제 #2
0
 Socket destination() const
 { return Socket{ip_dst(), dst_port()}; }