Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create custom tun crate #213

Open
LeeSmet opened this issue Apr 19, 2024 · 1 comment
Open

Create custom tun crate #213

LeeSmet opened this issue Apr 19, 2024 · 1 comment
Labels
type_feature New feature or request

Comments

@LeeSmet
Copy link
Contributor

LeeSmet commented Apr 19, 2024

Current tun implementations generally have some additional code to properly set up IPv6 (#69 on mac). We also want to support GRO/GSO on linux (#141), so it makes sense to just implement a tun from scratch

@LeeSmet LeeSmet added the type_feature New feature or request label Apr 19, 2024
LeeSmet added a commit that referenced this issue May 21, 2024
It seems that it is not generally understood that network interface
names need to be unique, or that the error generated is "device
busy"/EBUSY in case of a collision. For now, explicitly add an error
log until #213 is implemented.

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type_feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant