]> git.ipfire.org Git - thirdparty/bird.git/commit
Unix: Substituted select -> poll also in congestion checker
authorJan Moskyto Matejka <mq@ucw.cz>
Fri, 18 Mar 2016 10:44:28 +0000 (11:44 +0100)
committerJan Moskyto Matejka <mq@ucw.cz>
Fri, 18 Mar 2016 10:47:13 +0000 (11:47 +0100)
commit9c92f69272de3795f7289969e815d99a93d0d9b3
tree2d4d11008e30140a84ea678475cb3c6c68f5771c
parentfd926ed4eea319b94bd0e09e093b90846bcb169b
Unix: Substituted select -> poll also in congestion checker

It does strange things when even one fd larger than FD_SETSIZE is
passed to select().
sysdep/unix/io.c