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

/freebsd-9.3-release/contrib/sendmail/src/
H A Dratectrl.c161 static int ChtGran = -1; variable
236 if (ChtGran < 0)
237 ChtGran = ConnectionRateWindowSize / CHTSIZE;
238 if (ChtGran <= 0)
239 ChtGran = 10;
241 ticks = now / ChtGran;
414 "cln: cnt=(%d), CHTSIZE=(%d), ChtGran=(%d)",
415 cnt, CHTSIZE, ChtGran);
444 if (ChtGran < 0)
445 ChtGran
[all...]

Completed in 44 milliseconds