mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
udp: fix some config feature issues
This commit is contained in:
parent
d18117595e
commit
1e9376302d
2 changed files with 9 additions and 9 deletions
|
|
@ -4,7 +4,7 @@ pub mod common;
|
|||
pub mod config;
|
||||
#[cfg(all(feature = "with-glommio", target_os = "linux"))]
|
||||
pub mod glommio;
|
||||
#[cfg(feature = "with-mio")]
|
||||
#[cfg(any(feature = "with-mio", feature = "with-io-uring"))]
|
||||
pub mod other;
|
||||
|
||||
use config::Config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue