Struct webrtc_util::conn::conn_disconnected_packet::DisconnectedPacketConn [−][src]
pub struct DisconnectedPacketConn { /* fields omitted */ }
Expand description
Since UDP is connectionless, as a server, it doesn’t know how to reply
simply using the Write
method. So, to make it work, disconnectedPacketConn
will infer the last packet that it reads as the reply address for Write