Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c2212 if (ConnRateThrottle > 0)
2224 else if (conncnt[dn]++ > ConnRateThrottle)
2230 ConnRateThrottle);
2234 ConnRateThrottle);
H A Dsendmail.h2259 EXTERN int ConnRateThrottle; /* throttle for SMTP connection rate */ variable
H A Dreadcf.c3245 ConnRateThrottle = atoi(val);