bird/proto
Ondrej Zajicek ea89da381f Workaround for stupid callback scheduler.
There is no reak callback scheduler and previous behavior causes
bad things during hard congestion (like BGP hold timeouts).

Smart callback scheduler is still missing, but main loop was
changed such that it first processes all tx callbacks (which
are fast enough) (but max 4* per socket) + rx callbacks for CLI,
and in the second phase it processes one rx callback per
socket up to four sockets (as rx callback can be slow when
there are too many protocols, because route redistribution
is done synchronously inside rx callback). If there is event
callback ready, second phase is skipped in 90% of iterations
(to speed up CLI during congestion).
2009-10-11 18:56:16 +02:00
..
bgp Workaround for stupid callback scheduler. 2009-10-11 18:56:16 +02:00
ospf Some cleanups. 2009-08-27 19:01:04 +02:00
pipe Fixes preference in transparent pipes. 2009-09-17 12:40:02 +02:00
rip Bugfix - each protocol can be compiled separately. 2009-08-16 22:36:41 +02:00
static The pipe cleanup. 2009-06-01 14:07:13 +02:00
Doc Documented all the trivial protocols. 2000-06-04 16:15:37 +00:00