mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
udp: UdpSocket split support (#1226)
This commit is contained in:
@@ -27,6 +27,7 @@ mod recv_from;
|
||||
mod send;
|
||||
mod send_to;
|
||||
mod socket;
|
||||
pub mod split;
|
||||
|
||||
// pub use self::frame::UdpFramed;
|
||||
pub use self::recv::Recv;
|
||||
|
||||
Reference in New Issue
Block a user