mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Wrap connection timeout property and update documentation for IPv6 preference options
This commit is contained in:
@@ -121,4 +121,12 @@ using namespace openvpn;
|
||||
}
|
||||
}
|
||||
|
||||
- (NSInteger)connectionTimeout {
|
||||
return _config.connTimeout;
|
||||
}
|
||||
|
||||
- (void)setConnectionTimeout:(NSInteger)connectionTimeout {
|
||||
_config.connTimeout = connectionTimeout;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user