-
Notifications
You must be signed in to change notification settings - Fork 339
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
When phone loses connectivity it fails to reconnect ios 889 #7113
When phone loses connectivity it fails to reconnect ios 889 #7113
Conversation
0c6409d
to
3b8bc2e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 4 of 6 files at r1, 5 of 6 files at r2, all commit messages.
Reviewable status: 9 of 11 files reviewed, all discussions resolved
ea064ff
to
8ae4da2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 2 of 2 files at r3, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 4 of 6 files at r1, 5 of 6 files at r2, 2 of 2 files at r3, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved
8ae4da2
to
7f84b85
Compare
This PR removes the concept of opening and closing a socket for pinging the gateway address, that functionality has been moved into WireGuardKit.
Which address to ping is now passed via the
ConfigurationBuilder
mullvad-master
branch instead.This change is