-
I have used pub struct TunIo(RawFd);
pub struct Tun {
iface: Arc<Interface>,
io: PollEvented<TunIo>,
} |
Beta Was this translation helpful? Give feedback.
Answered by
Darksonn
Oct 15, 2020
Replies: 1 comment 1 reply
-
This will be replaced by |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Darksonn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will be replaced by
AsyncFd
in #2903, which will hopefully be part of 0.3.1 soon.