mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 02:34:18 +00:00
4c9d9301b0
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.