persistTimeout(_:)
Set the TCP persist timeout.
Declaration
func persistTimeout(_ timeout: UInt32) -> TCPParameters
- timeout:
The persist timeout, in seconds.
Discussion
The TCP persist timeout, in seconds (PERSIST_TIMEOUT). See RFC 6429.
Set the TCP persist timeout.
func persistTimeout(_ timeout: UInt32) -> TCPThe persist timeout, in seconds.
The TCP persist timeout, in seconds (PERSIST_TIMEOUT). See RFC 6429.