Home
last modified time | relevance | path

Searched refs:ConnRateThrottle (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/sendmail/src/
HDconf.c2285 if (ConnRateThrottle > 0)
2297 else if (conncnt[dn]++ > ConnRateThrottle)
2303 ConnRateThrottle);
2307 ConnRateThrottle);
HDsendmail.h2433 EXTERN int ConnRateThrottle; /* throttle for SMTP connection rate */ variable
HDreadcf.c3879 ConnRateThrottle = atoi(val);