Struct icmp_socket::socket::IcmpSocket6
source · [−]pub struct IcmpSocket6 { /* private fields */ }
Expand description
An Icmpv6 socket.
Implementations
Trait Implementations
type PacketType = Icmpv6Packet
type PacketType = Icmpv6Packet
The type of packet this socket handles.
Sets the ttl for packets sent on this socket. Controls the number of hops the packet will be allowed to traverse. Read more
Binds this socket to an address.
Sends the packet to the given destination.
Receive a packet on this socket.