]> git.ipfire.org Git - thirdparty/bird.git/commit
IO: Avoid multiple event cycles in one loop cycle.
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 6 Apr 2016 09:57:28 +0000 (11:57 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 6 Apr 2016 09:57:28 +0000 (11:57 +0200)
commitbd22d7f41d37dec8f7b8b845f6a18c775e66ddfc
treeeef231c9251a15f4fa58f183154ed97a7607b04a
parent9e7b3ebdf9556d7464911dd39e862b1c003319b3
IO: Avoid multiple event cycles in one loop cycle.

Event cycle may took too much time and trigger next timer events, so
avoid cycling between timer and event cycles inside the loop cycle.
proto/bgp/bgp.c
sysdep/unix/io.c