-
Notifications
You must be signed in to change notification settings - Fork 426
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
Slow work during testing on VM #352
Comments
If you know how to debug this and its interesting , I will be glad to hear :) |
I tested with a remote server (one of VM - cloud VM) and got the same results |
Interesting! Can you walk through the different versions and see if this is a regression? |
The cli used to just be |
I will try it again in the cloud and if it works, I will write 👍 |
v0.5.2 - have a problem during installation. cargo install [email protected] Output:
|
@Noah-Kennedy can you try to reproduce it? |
Ignore v0.5.2, I need to yank it and put out a patch release due to an issue with how cargo resolves release candidate semver. |
I've posted v0.5.3 now |
Do we have CLI for v0.5.3?
|
So it's OK in v0.5.2 |
Oh, sorry, I should have mentioned, I pushed up a new library version, the cli will just use 0.5.3 since its the latest matching that semver. |
Interesting, I'll have a look at what changed |
I have similar issue with v0.6.0. With v0.6.0 I get |
@Noah-Kennedy ping me if you want to recheck it with fixes 🙂 |
Hi 👋
I wanted to add mDNS support for wireguard and decided to take userspace module for it. But during the test I found the strange thing that the bandwidth dropped a lot and the ping increased in boringtun. This does not happen when switching to kernel or Go implementation (just switch WG_QUICK_USERSPACE_IMPLEMENTATION).
The latest version is used as mentioned in the README. This appeared after some time of testing. In the beginning everything was fine. As you can see the CPU is not busy.
P.S. Maybe I should also mention in the README that
WG_QUICK_USERSPACE_IMPLEMENTATION
parameter doesn't work without fixes because it doesn't go into basic mode inside if~ Sergei
The text was updated successfully, but these errors were encountered: