CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2018/10/22 01:46:55
Modified files: usr.sbin/bgpd : rde.c session.c Log message: Properly throttle dumping of prefixes to peers. Eventhough we got the XON/XOFF messages the RDE did not act based on them. This mostly ensures that large UPDATE runs (e.g. on peer up) are not flodding the imsg queue and therfore delaying other imsgs. OK denis@ benno@