Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dtcp_cache.h37 #define ECN_MIN_CE_PROBES 10 /* Probes are basically the number of incoming packets */ macro
H A Dtcp_input.c3028 if (inp->inp_stat->rxpackets < ECN_MIN_CE_PROBES) { in tcp_input()