Home
last modified time | relevance | path

Searched refs:TCP_PIPEACK_SAMPLE_COUNT (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_var.h552 #define TCP_PIPEACK_SAMPLE_COUNT 3 macro
553 …u_int32_t t_pipeack_sample[TCP_PIPEACK_SAMPLE_COUNT]; /* pipeack, bytes acked within RTT…
H A Dtcp_input.c5828 tp->t_pipeack_ind %= TCP_PIPEACK_SAMPLE_COUNT; in tcp_compute_rtt()