mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-04-29 10:24:38 +00:00
If the number of sockets is too much for select(), we should at least handle it with proper error messages and reject new sockets instead of breaking the event loop. Thanks to Alexander V. Chernikov for the patch.