CVSROOT:        /cvs
Module name:    xenocara
Changes by:     rob...@cvs.openbsd.org  2021/01/10 12:33:10

Modified files:
        xserver/os     : connection.c 

Log message:
try to handle running out of file descriptors by refusing client connections
in case the X server is near the limit and only allow connections again if
there are resources freed up

this is done by checking the amount of currently used FDs + a reserve and
comparing that to the FD limit

with help from benno@, millert@, florian@

ok matthieu@, benno@

Reply via email to