bird/sysdep/unix
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
..
config.Y Adds support for soft reconfiguration. 2009-06-19 23:49:34 +02:00
Doc Documented all the sysdeps (only briefly, I admit). 2000-06-05 12:49:04 +00:00
endian.h OpenBSD port related changes. 2009-05-11 01:32:49 +02:00
io.c Workaround for stupid callback scheduler. 2009-10-11 18:56:16 +02:00
krt-iface.c This is bug, isn't it? 2008-11-21 13:01:05 +01:00
krt-iface.h Reconfiguration for device protocol. 2000-01-17 11:17:33 +00:00
krt-set.c Bugfix for routing table breaking bug. 2008-10-26 23:09:46 +01:00
krt-set.h Marked unused parameters in sysdep code as such. 2004-06-05 09:11:07 +00:00
krt.c The pipe cleanup. 2009-06-01 14:07:13 +02:00
krt.h Add 'primary' configuration option. 2009-05-29 13:32:24 +02:00
krt.Y Implements primary address selection base on 'primary' option. 2009-05-29 22:49:30 +02:00
log.c Rate limit for most abundant log messages 2009-02-26 14:23:54 +01:00
main.c Fixes bug in CLI TX buffer management. 2009-07-14 14:18:54 +02:00
Modules Split random number functions off io.c, so that they can be documented 2000-06-05 11:46:40 +00:00
random.c Split random number functions off io.c, so that they can be documented 2000-06-05 11:46:40 +00:00
timer.h Fix problem with local time changes. 2008-11-05 22:36:49 +01:00
unix.h Adds support for soft reconfiguration. 2009-06-19 23:49:34 +02:00