hopLimit(_:)
Configure the IP hop limit.
Declaration
func hopLimit(_ limit: UInt8) -> IPParameters
- limit:
The hop limit.
Discussion
Equivalent to IP_TTL for IPv4 and IPV6_HOPLIMIT for IPv6.
Configure the IP hop limit.
func hopLimit(_ limit: UInt8) -> IPThe hop limit.
Equivalent to IP_TTL for IPv4 and IPV6_HOPLIMIT for IPv6.