Contents

tunnelOverheadBytes

The number of bytes added to each tunneled packet for storing tunneling protocol headers.

Declaration

@NSCopying var tunnelOverheadBytes: NSNumber? { get set }

Discussion

The value of this property is subtracted from the Maximum Transmission Unit (MTU) of the tunnel’s underlying physical network interface to compute the MTU of the TUN interface.

See Also

Accessing network properties