]> git.ipfire.org Git - thirdparty/bird.git/commit
Unix: Rework of select-loop to poll-loop
authorJan Moskyto Matejka <mq@ucw.cz>
Wed, 9 Mar 2016 11:12:02 +0000 (12:12 +0100)
committerPavel Tvrdik <pawel.tvrdik@gmail.com>
Tue, 3 May 2016 07:25:37 +0000 (09:25 +0200)
commita23f76451737aab6a942a486f3a8dc6364878563
tree7828235d5993199559f8dc0b5939bfac3842018e
parent8a4bce3f4f320c8640d0c853ed0372e8d63578b4
Unix: Rework of select-loop to poll-loop

This should lift the limit of FD_SETSIZE and allow more than 1024 fd's.
FD_SETSIZE limit doesn't matter now when creating new sockets.
sysdep/unix/io.c