util: resurrect UdpFramed (#3044)

This commit is contained in:
Evan Cameron
2020-11-06 16:59:15 +01:00
committed by GitHub
parent d7e3fcb9ee
commit 47658a6da5
6 changed files with 55 additions and 31 deletions
+1 -6
View File
@@ -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;