Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/src/
H A Dconf.c2211 if (ConnRateThrottle > 0)
2223 else if (conncnt[dn]++ > ConnRateThrottle)
2229 ConnRateThrottle);
2233 ConnRateThrottle);
H A Dsendmail.h2259 EXTERN int ConnRateThrottle; /* throttle for SMTP connection rate */ variable
H A Dreadcf.c3245 ConnRateThrottle = atoi(val);