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

feat: update to latest gvisor (includes HyStart) #50

Merged
merged 1 commit into from
May 22, 2024

Conversation

spikecurtis
Copy link

Updates our tailscale fork to the latest gVisor. This include HyStart for TCP CUBIC congestion control.

Notable high level changes to tailscale:

  • package bufferv2 -> buffer
  • stack.PacketBufferPtr is now just a regular pointer to stack.PacketBuffer
  • slightly different structs for IP addresses and related objects

Also, we no longer need protectedLinkEndpoint as the concurrency problem it was created to fix has been addressed upstream in gVisor.

Copy link
Member

@deansheather deansheather left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀

@spikecurtis spikecurtis merged commit 30fcb10 into main May 22, 2024
7 of 35 checks passed
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