Searched refs:CHTSIZE (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/sendmail/src/
H A Dratectrl.c157 ** will be initialised to ConnectionRateWindowSize/CHTSIZE
163 #define CHTSIZE 6 macro
198 CTime_T ch_Times[CHTSIZE];
237 ChtGran = ConnectionRateWindowSize / CHTSIZE;
392 CTime_T *ct = &chBest->ch_Times[ticks % CHTSIZE];
404 for (i = 0; i < CHTSIZE; ++i)
408 if (ct->ct_Ticks <= ticks && ct->ct_Ticks >= ticks - CHTSIZE)
414 "cln: cnt=(%d), CHTSIZE=(%d), ChtGran=(%d)",
415 cnt, CHTSIZE, ChtGran);
431 static CTime_T srv_Times[CHTSIZE];
[all...]

Completed in 30 milliseconds