Structs§
- Icmp
- The Internet Control Message Protocol.
- IpAddr
V4 - Implements IP version 4 style addresses.
- IpAddr
V6 - Implements IP version 6 style addresses.
- IpEndpoint
- The endpoint of internet protocol.
- LlAddr
- Implements Link-layer addresses.
- Multicast
Enable Loopback - Socket option determining whether outgoing multicast packets will be received on the same socket if it is a member of the multicast group.
- Multicast
Hops - Socket option for time-to-live associated with outgoing multicast packets.
- Multicast
Join Group - Socket option to join a multicast group on a specified interface.
- Multicast
Leave Group - Socket option to leave a multicast group on a specified interface.
- NoDelay
- Socket option for disabling the Nagle algorithm.
- Outbound
Interface - Socket option for local interface to use for outgoing multicast packets.
- Passive
- A query of the resolver for the passive mode.
- Prefix
IpAddr V4 - Implements Prefix IP version 4 style addresses.
- Prefix
IpAddr V6 - Implements Prefix IP version 6 style addresses.
- Resolver
- An entry produced by a resolver.
- Resolver
Iter - An iterator over the entries produced by a resolver.
- Tcp
- The Transmission Control Protocol.
- Udp
- The User Datagram Protocol.
- Unicast
Hops - Socket option for time-to-live associated with outgoing unicast packets.
- V6Only
- Socket option for get/set an IPv6 socket supports IPv6 communication only.
Enums§
- IpAddr
- Implements version-independent IP addresses.
Traits§
- Into
Endpoint - Provides conversion to a IP-endpoint.
- IpProtocol
- Resolver
Query - A query to be passed to a resolver.
Functions§
- host_
name - Get the current host name.
Type Aliases§
- Icmp
Endpoint - The ICMP endpoint type.
- Icmp
Resolver - The ICMP resolver type.
- Icmp
Socket - The ICMP socket type.
- TcpEndpoint
- The TCP endpoint type.
- TcpListener
- The TCP listener type.
- TcpResolver
- The TCP resolver type.
- TcpSocket
- The TCP socket type.
- UdpEndpoint
- The UDP endpoint type.
- UdpResolver
- The UDP resolver type.
- UdpSocket
- The UDP socket type.