Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp.h257 struct tcp_connection_info { struct
258 u_int8_t tcpi_state; /* connection state */
259 u_int8_t tcpi_snd_wscale; /* Window scale for send window */
260 u_int8_t tcpi_rcv_wscale; /* Window scale for receive window */
261 u_int8_t __pad1;
262 u_int32_t tcpi_options; /* TCP options supported */
267 u_int32_t tcpi_flags; /* flags */
270 u_int32_t tcpi_rto; /* retransmit timeout in ms */
271 u_int32_t tcpi_maxseg; /* maximum segment size supported */
272 u_int32_t tcpi_snd_ssthresh; /* slow start threshold in bytes */
[all …]