Functionality for a shared tokio_core::net::UdpSocket
.
tokio_core::net::UdpSocket::framed<C: UdpCodec>(self)
which doesn't take ownership of the UdpSocket
(this may also be used with Rc<UdpSocket>
and Arc<UdpSocket>
).This project is licensed under the MIT License (LICENSE or http://opensource.org/licenses/MIT).