]> git.ipfire.org Git - thirdparty/bird.git/commit
No page flush before polling
authorMaria Matejka <mq@ucw.cz>
Tue, 18 Jun 2024 09:02:51 +0000 (11:02 +0200)
committerMaria Matejka <mq@ucw.cz>
Tue, 18 Jun 2024 09:02:51 +0000 (11:02 +0200)
commitdda37842dcf82dae8e441a6c2bcef4b0ffae3429
treea1199652c642346c2d0cdba1c3e5fe6575a0045d
parenta1405a5bc7460f050098c69c597f7d17a066428d
No page flush before polling

The maximum amount of locally kept pages is 128 so we can just
well keep the half-meg of RAM allocated and prepared for future use.
sysdep/unix/io-loop.c