Contents

noPush(_:)

Enable no-push mode.

Declaration

func noPush(_ noPush: Bool) -> TCP

Parameters

  • noPush:

    True to use no-push mode, false otherwise.

Discussion

A boolean indicating that TCP should use no-push mode (TCP_NOPUSH).