CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/04/20 11:07:01
Modified files:
usr.sbin/smtpd : smtp.c smtp_session.c smtpctl.c smtpd.h
Log message:
Rewrite smtp session timeouts; use evtimer_* from event(3) instead
of regularly walking session tree in search of idle clients. Gives
the smtp process a chance to become idle.
As a bonus, add smtp.sessions.timeout counter to "smtpctl show stats".
ok gilles@
