Contents

noDelay(_:)

Disable Nagle’s algorithm.

Declaration

func noDelay(_ noDelay: Bool) -> TCP

Parameters

  • noDelay:

    True to disable Nagle’s algorithm, false otherwise.

Discussion

A boolean indicating that TCP should disable Nagle’s algorithm (TCP_NODELAY).