datagram_socket_with_options

Function datagram_socket_with_options 

Source
pub async fn datagram_socket_with_options(
    provider: &ProviderProxy,
    domain: Domain,
    protocol: DatagramSocketProtocol,
    options: SocketCreationOptions,
) -> Result<Result<Socket, Error>, Error>
Expand description

Creates a datagram socket using the given provider and configured with the specified options.