noDelay(_:)
Disable Nagle’s algorithm.
Declaration
func noDelay(_ noDelay: Bool) -> TCPParameters
- noDelay:
True to disable Nagle’s algorithm, false otherwise.
Discussion
A boolean indicating that TCP should disable Nagle’s algorithm (TCP_NODELAY).