| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
'infer-whether-the-cached-relays-file-has-daita-enabled-and-ios-811'
|
|
|
|
|
|
|
|
|
|
|
|
This is only for desktop frontend and python helper scripts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes an issue of fragments being blocked by PF, causing
instability and timeouts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The functions `request_ephemeral_peer` and consecutively `new_client`
accepted an `IpAddr`, but due to only ever preparing a v4 socket this
lead to panic due to an `EAFNOSUPPORT` error if an IPv6 was provided.
It would also have made sense to change `new_client` to create either
an IPv4 or IPv6 socket depending on the type of the address, but the
tuncfg service is currently not accepting IPv6 connections, therefore
this was the cleaner change.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net>
|
|
|
|
|
|
|