mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Break long comment lines
This commit is contained in:
@@ -54,7 +54,8 @@ typedef NS_ENUM(NSInteger, OpenVPNAdapterEvent);
|
||||
|
||||
/**
|
||||
This method is called once the network settings to be used have been established.
|
||||
The receiver should call the completion handler once these settings have been set, returning a NEPacketTunnelFlow object for the TUN interface, or nil if an error occurred.
|
||||
The receiver should call the completion handler once these settings have been set, returning a NEPacketTunnelFlow object for
|
||||
the TUN interface, or nil if an error occurred.
|
||||
|
||||
@param openVPNAdapter The OpenVPNAdapter instance requesting this information.
|
||||
@param networkSettings The NEPacketTunnelNetworkSettings to be used for the tunnel.
|
||||
@@ -67,7 +68,8 @@ NS_SWIFT_NAME(openVPNAdapter(_:configureTunnelWithNetworkSettings:completionHand
|
||||
|
||||
/**
|
||||
Informs the receiver that an OpenVPN error has occurred.
|
||||
Some errors are fatal and should trigger the diconnection of the tunnel, check for fatal errors with the OpenVPNAdapterErrorFatalKey.
|
||||
Some errors are fatal and should trigger the diconnection of the tunnel, check for fatal errors with the
|
||||
OpenVPNAdapterErrorFatalKey.
|
||||
|
||||
@param openVPNAdapter The OpenVPNAdapter instance which encountered the error.
|
||||
@param error The error which has occurred.
|
||||
|
||||
Reference in New Issue
Block a user