1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-28 05:36:39 +02:00
Files
unrealircd/include
Bram Matthys f2f11a4637 Reserve more file descriptors. Eg when 10.000 are available, reserve 250.
Since 10k+ fd's available is the common situation, this means we then have
250 fd's reserved for non-clients, such as HTTPS callbacks and other things.

Previously:
<1024: reserve 4 fd's
1024+: reserve 8 fd's

Now:
<1024: reserve 8 fd's
1024-2047: reserve 16 fd's
2048-10000: reserve 32 fd's
10000+: reserve 250 fd's
2023-10-25 12:08:52 +02:00
..
2023-10-13 07:45:13 +02:00
2023-10-12 05:12:56 +00:00
2000-02-28 22:45:44 +00:00
2004-05-13 16:39:23 +00:00