Wrap tun persist property and add assertion to ipv6 setter

This commit is contained in:
Sergey Abramchuk
2017-04-23 14:02:55 +03:00
parent 8decbe13aa
commit 6de9f6c7f9
2 changed files with 17 additions and 0 deletions
+5
View File
@@ -64,4 +64,9 @@ typedef NS_ENUM(NSInteger, IPv6Preference) {
*/
@property (nonatomic) NSInteger connectionTimeout;
/**
Keep tun interface active during pauses or reconnections
*/
@property (nonatomic) BOOL tunPersist;
@end