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