Skip to content

[3.0.0 prep] tun_tap replacement - #402

Draft
cicku wants to merge 3 commits into
rust-pcap:mainfrom
cicku:dev-dep-tun-rs
Draft

[3.0.0 prep] tun_tap replacement #402
cicku wants to merge 3 commits into
rust-pcap:mainfrom
cicku:dev-dep-tun-rs

Conversation

@cicku

@cicku cicku commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

tun-tap (maintenance) pulls tokio-core, and with it the whole 0.1 era async stack, to open a file descriptor and read from it. tun-rs does the same job with no runtime and no cc, which also means the tap tests no longer need a C compiler to build.

This also shrinks the lock file.

Must be merged after #400, and a rebase will be done then.

cicku added 3 commits August 20, 2026 12:31
tun-tap pulls tokio-core, and with it the whole 0.1 era async stack, to
open a file descriptor and read from it. tun-rs does the same job with
no runtime and no cc, which also means the tap tests no longer need a C
compiler to build.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant