Skip to main content

new_connection_with_socket

Function new_connection_with_socket 

Source
pub fn new_connection_with_socket<S>() -> Result<(Connection<RawGenlMessage, S>, EthtoolHandle, UnboundedReceiver<(NetlinkMessage<RawGenlMessage>, SocketAddr)>)>
where S: AsyncSocket,