Add missing entities from docs
This commit is contained in:
parent
a232af1100
commit
f424d4a064
@ -19,6 +19,7 @@ custom_categories:
|
||||
- BidirectionalState
|
||||
- ConfigurationError
|
||||
- DNSResolver
|
||||
- DNSRecord
|
||||
- EndpointProtocol
|
||||
- IOInterface
|
||||
- IPv4Settings
|
||||
@ -28,6 +29,7 @@ custom_categories:
|
||||
- Session
|
||||
- SocketType
|
||||
- TunnelInterface
|
||||
- IPHeader
|
||||
- name: AppExtension
|
||||
children:
|
||||
- GenericSocket
|
||||
|
@ -50,7 +50,7 @@ public protocol Session {
|
||||
- Precondition: `link` is an active network interface.
|
||||
- Postcondition: The VPN session is active.
|
||||
- Parameter link: The `LinkInterface` on which to establish the VPN session.
|
||||
- Seealso: `canRebindLink()`.
|
||||
- Seealso: `canRebindLink()`
|
||||
*/
|
||||
func rebindLink(_ link: LinkInterface)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user