Home
last modified time | relevance | path

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

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