mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
udp: UdpSocket split support (#1226)
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ pub mod udp {
|
||||
//! [`Send`]: struct.Send.html
|
||||
//! [`RecvFrom`]: struct.RecvFrom.html
|
||||
//! [`SendTo`]: struct.SendTo.html
|
||||
pub use tokio_udp::{Recv, RecvFrom, Send, SendTo, UdpSocket};
|
||||
pub use tokio_udp::{split, Recv, RecvFrom, Send, SendTo, UdpSocket};
|
||||
}
|
||||
#[cfg(feature = "udp")]
|
||||
pub use self::udp::UdpSocket;
|
||||
|
||||
Reference in New Issue
Block a user