mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
util: resurrect UdpFramed (#3044)
This commit is contained in:
@@ -30,14 +30,9 @@ cfg_codec! {
|
||||
pub mod codec;
|
||||
}
|
||||
|
||||
/*
|
||||
Disabled due to removal of poll_ functions on UdpSocket.
|
||||
|
||||
See https://github.com/tokio-rs/tokio/issues/2830
|
||||
cfg_udp! {
|
||||
cfg_net! {
|
||||
pub mod udp;
|
||||
}
|
||||
*/
|
||||
|
||||
cfg_compat! {
|
||||
pub mod compat;
|
||||
|
||||
Reference in New Issue
Block a user