[BUG] - App crashes (and can't be re-started) when starting VPN with Junk Packet Count > 128 #410
Labels
bug
Something isn't working
Content-Length: 213335 | pFad | http://github.com/zaneschepke/wgtunnel/issues/410
2AFetched URL: http://github.com/zaneschepke/wgtunnel/issues/410
Alternative Proxies:
Describe the bug
I'm going to go on a limb and guess that maybe the
Junk Packet Count
is getting cast as achar
somewhere instead of anunsigned char
. I notice the Amnezia project's kernel module says Junk Packet Count must be<= 127
, but I don't really see why it couldn't be a million... The junk packet parameters are peer-specific settings that don't have to match other peers.But once the app crashes it cannot be restarted because the app remembers the VPN was open and tries to start it again when the app opens, which causes it to crash again. So I see this as 2 bugs:
Smartphone (please complete the following information):
To Reproduce
Expected behavior
Additional Mitigations that might be good
The text was updated successfully, but these errors were encountered: