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

Software networking: use gVisor instead of spawning a passt process #8

Merged
merged 3 commits into from
Oct 3, 2023

Conversation

edigaryev
Copy link
Collaborator

@edigaryev edigaryev commented Oct 2, 2023

Things that are still left to be implemented:

  • manual reads/writes with deadlines, instead of io.Copy(), this is especially important for UDP as it's connectionless → implemented in b3db0f3

@edigaryev
Copy link
Collaborator Author

manual reads/writes with deadlines, instead of io.Copy(), this is especially important for UDP as it's connectionless

Implemented in b3db0f3.

@edigaryev edigaryev merged commit 6a989ee into main Oct 3, 2023
2 checks passed
@edigaryev edigaryev deleted the gvisor branch October 3, 2023 19:05
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.

2 participants