• Stefano Picerno's avatar
    Workaround for Windows limit in su_wait · 4c9d9301
    Stefano Picerno 提交于
    Windows has a 64 descriptor limit in WSAWaitForMultipleEvents system call.
    Implemented some custom login in su_wait to work around this limitation.
    Changed SU_WAIT_MAX from 64 to 0x7fffffff, like on other plaftorms.
    4c9d9301
su_wait.c 8.7 KB