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

Using tun interface (without ethernet layer) #30

Open
JJTech0130 opened this issue Apr 29, 2024 · 1 comment
Open

Using tun interface (without ethernet layer) #30

JJTech0130 opened this issue Apr 29, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@JJTech0130
Copy link

I've got a situation where it would be very useful to use pytcp as a TCP stack on top of a tun interface, where the ethernet layer is not necessary. Was wondering how possible it would be to implement.

@ccie18643
Copy link
Owner

I don't think this would be big problem. Would need to add support for Tun interface and ensure the packet handler in such case works directly with IP layer. Feel free to hack a solution and send merge request if you have time. If not I'll implement this in version 3.0 (realistically will release it sometime in 2025).

@ccie18643 ccie18643 added the enhancement New feature or request label Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants