]> git.puffer.fish Git - mirror/frr.git/commit
lib, ospfclient, tests, vtysh: Allow for a minimum fd poll size 15320/head
authorDonald Sharp <sharpd@nvidia.com>
Wed, 7 Feb 2024 15:38:02 +0000 (10:38 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 7 Feb 2024 15:38:02 +0000 (10:38 -0500)
commit729dd6f6261933d51a49d68995ff70b6d015e4b5
tree11c757299759d0fa47b3a5e5efb0d24ebd382bbc
parent7fe05d6185d6c5846ef56eb767aef77b5629dff5
lib, ospfclient, tests, vtysh: Allow for a minimum fd poll size

There exists cases where just honoring the FD_LIMIT size
as given to us by the operating system makes no sense.
Let's just make a switch to allow for this for things
like vtysh and ospfclient which will never have 1k files
open at any given time.

Fixes: #15315
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
lib/event.c