Contents

hopLimit(_:)

Configure the IP hop limit.

Declaration

func hopLimit(_ limit: UInt8) -> IP

Parameters

  • limit:

    The hop limit.

Discussion

Equivalent to IP_TTL for IPv4 and IPV6_HOPLIMIT for IPv6.