Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sendmail/src/
H A Dconf.c2220 if (ConnRateThrottle > 0)
2232 else if (conncnt[dn]++ > ConnRateThrottle)
2238 ConnRateThrottle);
2242 ConnRateThrottle);
H A Dsendmail.h2408 EXTERN int ConnRateThrottle; /* throttle for SMTP connection rate */ variable
H A Dreadcf.c3811 ConnRateThrottle = atoi(val);