mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-28 05:36:39 +02:00
f2f11a4637
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