Home
last modified time | relevance | path

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

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