bird/sysdep
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
..
bsd Fixes one previous commit. 2009-09-30 16:34:47 +02:00
cf typo in README 2004-06-04 17:32:38 +00:00
linux Fixes one previous commit. 2009-09-30 16:34:47 +02:00
unix Workaround for stupid callback scheduler. 2009-10-11 18:56:16 +02:00
autoconf.h.in OpenBSD port related changes. 2009-05-11 01:32:49 +02:00
config.h New version. 2009-09-30 18:48:38 +02:00
Doc Documented all the sysdeps (only briefly, I admit). 2000-06-05 12:49:04 +00:00
sysdep.sgml Spelling fixes to progdoc. 2000-06-07 12:29:08 +00:00