ackStretchingDisabled(_:)
Disable ACK stretching.
Declaration
func ackStretchingDisabled(_ disableAckStretching: Bool) -> TCPParameters
- disableAckStretching:
True to disable ACK stretching, false otherwise.
Discussion
A boolean to cause TCP to disable ACK stretching (TCP_SENDMOREACKS).