You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Keychain and filesystem are locked on boot until user unlocks device in the very first time.
189
189
- App update that requires settings schema migration. Packet tunnel will be automatically restarted after update but it would not be able to read settings until
190
190
user opens the app which performs migration.
191
+
- Packet tunnel will be automatically restarted when there is a tunnel adapter error.
Copy file name to clipboardExpand all lines: ios/PacketTunnelCore/Actor/Timings.swift
+2-2
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,15 @@ import MullvadTypes
11
11
12
12
/// Struct holding all timings used by tunnel actor.
13
13
publicstructPacketTunnelActorTimings{
14
-
/// Periodicity at which actor will attempt to restart when an error occurred on system boot when filesystem is locked until device is unlocked.
14
+
/// Periodicity at which actor will attempt to restart when an error occurred on system boot when filesystem is locked until device is unlocked or tunnel adapter error.
15
15
publicvarbootRecoveryPeriodicity:Duration
16
16
17
17
/// Time that takes for new WireGuard key to propagate across relays.
0 commit comments