Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dconf.c2289 if (ConnRateThrottle > 0)
2301 else if (conncnt[dn]++ > ConnRateThrottle)
2307 ConnRateThrottle);
2311 ConnRateThrottle);
H A Dsendmail.h2581 EXTERN int ConnRateThrottle; /* throttle for SMTP connection rate */ variable
H A Dreadcf.c4110 ConnRateThrottle = atoi(val);