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

Switch from UDP to TCP #11

Merged
merged 3 commits into from
Oct 28, 2024
Merged

Switch from UDP to TCP #11

merged 3 commits into from
Oct 28, 2024

Conversation

usedhondacivic
Copy link
Contributor

@usedhondacivic usedhondacivic commented Oct 28, 2024

#10 covers a bug in VPNKit, which is used by docker desktop for networking between the docker VM and the outside world. There is long outstanding bug (>4 years) causing UDP ports to drop service after some amount of traffic. This made LRR unviable on Mac and Windows. Luckily Docker Desktop handles TCP traffic correctly. This PR switches the rover from TCP to UDP.

@usedhondacivic usedhondacivic changed the title 10 switch to tcp Switch from UDP to TCP Oct 28, 2024
@usedhondacivic usedhondacivic merged commit 554abff into noetic Oct 28, 2024
@usedhondacivic usedhondacivic deleted the 10-switch-to-tcp branch October 28, 2024 23:01
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.

Docker Desktop stops forwarding packets on exposed ports after a short time
1 participant