Home
last modified time | relevance | path

Searched defs:tcp_connection_info (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dtcp.h254 struct tcp_connection_info { struct
255 u_int8_t tcpi_state; /* connection state */
256 u_int8_t tcpi_snd_wscale; /* Window scale for send window */
257 u_int8_t tcpi_rcv_wscale; /* Window scale for receive window */
258 u_int8_t __pad1;
259 u_int32_t tcpi_options; /* TCP options supported */
264 u_int32_t tcpi_flags; /* flags */
267 u_int32_t tcpi_rto; /* retransmit timeout in ms */
268 u_int32_t tcpi_maxseg; /* maximum segment size supported */
269 u_int32_t tcpi_snd_ssthresh; /* slow start threshold in bytes */
[all …]