TCP Options
Configure options for connections that use the Transmission Control Protocol.
Topics
Creating TCP Connections
Customizing TCP Options
nw_tcp_options_set_enable_fast_open(_:_:)nw_tcp_options_set_maximum_segment_size(_:_:)nw_tcp_options_set_no_delay(_:_:)nw_tcp_options_set_no_options(_:_:)nw_tcp_options_set_no_push(_:_:)nw_tcp_options_set_retransmit_fin_drop(_:_:)nw_tcp_options_set_disable_ack_stretching(_:_:)nw_tcp_options_set_disable_ecn(_:_:)
Configuring Keepalives
nw_tcp_options_set_enable_keepalive(_:_:)nw_tcp_options_set_keepalive_idle_time(_:_:)nw_tcp_options_set_keepalive_count(_:_:)nw_tcp_options_set_keepalive_interval(_:_:)
Setting Timeouts
nw_tcp_options_set_connection_timeout(_:_:)nw_tcp_options_set_retransmit_connection_drop_time(_:_:)nw_tcp_options_set_persist_timeout(_:_:)