Contents

ackStretchingDisabled(_:)

Disable ACK stretching.

Declaration

func ackStretchingDisabled(_ disableAckStretching: Bool) -> TCP

Parameters

  • disableAckStretching:

    True to disable ACK stretching, false otherwise.

Discussion

A boolean to cause TCP to disable ACK stretching (TCP_SENDMOREACKS).