CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/09/11 13:19:13
Modified files:
usr.sbin/smtpd : scheduler_backend.c
Log message:
- simplify scheduler_compute_schedule by making it a quadratic delaying.
no more if/else, we derive the delay from the retry count. works for
qmail, should work for us too.
ok eric@
