CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/01 00:25:04
Modified files:
usr.sbin/bgpd : Makefile rde.c rde.h
Added files:
usr.sbin/bgpd : rde_peer.c
Log message:
Instead of processing all imsg when reading them store peer specific
messages on a per peer queue. This queue is later processed one at a
time resulting in a fairer processing of work and avoiding big table
dumps to delay processing of other updates.
OK denis@ benno@
