CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/04/12 11:33:43
Modified files:
usr.sbin/ldpd : Makefile control.c control.h ldpd.h ldpe.c
ldpe.h packet.c
Added files:
usr.sbin/ldpd : accept.c
Log message:
accept pacing ldpd way. Since this daemon has multiple listening fds
we add them all to a accept queue that does the pacing with the
accept_pause() and accept_unpause() calls.
With and OK deraadt@
