Contents

fragmentationDisabled(_:)

Configure IP to disable fragmentation on outgoing packets.

Declaration

func fragmentationDisabled(_ dontFragment: Bool) -> IP

Parameters

  • dontFragment:

    True to disable fragmentation, false otherwise.

Discussion

Equivalent to IP_DONTFRAG for IPv4 and IPV6_DONTFRAG for IPv6.