noPush(_:)
Enable no-push mode.
Declaration
func noPush(_ noPush: Bool) -> TCPParameters
- noPush:
True to use no-push mode, false otherwise.
Discussion
A boolean indicating that TCP should use no-push mode (TCP_NOPUSH).
Enable no-push mode.
func noPush(_ noPush: Bool) -> TCPTrue to use no-push mode, false otherwise.
A boolean indicating that TCP should use no-push mode (TCP_NOPUSH).