Retrieves whether this socket only handles Ipv6 packets.
impl Socket { fn ipv6_is_ipv6_only(&self) -> Result<bool, Errno> }
Returns whether this socket only handles Ipv6 packets.
ipv6(7) and IPV6_V6ONLY therein
lrs::socket::Socket::ipv6_set_ipv6_only