SendToError
Source
Implementation
pub const SendToError = SendMsgError || error{
/// The destination address is not reachable by the bound address.
UnreachableAddress,
/// The destination address is not listening.
ConnectionRefused,
}