Instance Propertyswift-nio 2.77.0NIOPosix
tcpi_advmss
var tcpi_advmss: UInt32
var tcpi_advmss: UInt32
import NIOPosix
struct tcp_info
@frozen struct UInt32
A 32-bit unsigned integer value type.
init()
init(tcpi_state: UInt8, tcpi_ca_state: UInt8, tcpi_retransmits: UInt8, tcpi_probes: UInt8, tcpi_backoff: UInt8, tcpi_options: UInt8, tcpi_snd_wscale: UInt8, tcpi_rcv_wscale: UInt8, tcpi_rto: UInt32, tcpi_ato: UInt32, tcpi_snd_mss: UInt32, tcpi_rcv_mss: UInt32, tcpi_unacked: UInt32, tcpi_sacked: UInt32, tcpi_lost: UInt32, tcpi_retrans: UInt32, tcpi_fackets: UInt32, tcpi_last_data_sent: UInt32, tcpi_last_ack_sent: UInt32, tcpi_last_data_recv: UInt32, tcpi_last_ack_recv: UInt32, tcpi_pmtu: UInt32, tcpi_rcv_ssthresh: UInt32, tcpi_rtt: UInt32, tcpi_rttvar: UInt32, tcpi_snd_ssthresh: UInt32, tcpi_snd_cwnd: UInt32, tcpi_advmss: UInt32, tcpi_reordering: UInt32, tcpi_rcv_rtt: UInt32, tcpi_rcv_space: UInt32, tcpi_total_retrans: UInt32)
var tcpi_ato: UInt32
var tcpi_backoff: UInt8
var tcpi_ca_state: UInt8
var tcpi_fackets: UInt32
var tcpi_last_ack_recv: UInt32
var tcpi_last_ack_sent: UInt32
var tcpi_last_data_recv: UInt32
var tcpi_last_data_sent: UInt32
var tcpi_lost: UInt32
var tcpi_options: UInt8
var tcpi_pmtu: UInt32
var tcpi_probes: UInt8
var tcpi_rcv_mss: UInt32
var tcpi_rcv_rtt: UInt32
var tcpi_rcv_space: UInt32
var tcpi_rcv_ssthresh: UInt32
var tcpi_rcv_wscale: UInt8 { get set }
var tcpi_reordering: UInt32
var tcpi_retrans: UInt32
var tcpi_retransmits: UInt8
var tcpi_rto: UInt32
var tcpi_rtt: UInt32
var tcpi_rttvar: UInt32
var tcpi_sacked: UInt32
var tcpi_snd_cwnd: UInt32
var tcpi_snd_mss: UInt32
var tcpi_snd_ssthresh: UInt32
var tcpi_snd_wscale: UInt8 { get set }
var tcpi_state: UInt8
var tcpi_total_retrans: UInt32
var tcpi_unacked: UInt32