• Luca Boccassi's avatar
    Problem: WSAEventSelect checks for FD_OOB, but select does not · 9ced36e4
    Luca Boccassi authored
    WSAEventSelect is used on Windows (when select is the polling method)
    only if waiting for more than one socket family, excluding IPv4/6.
    It is then passed FD_OOB, which means it can be woken by OOB messages,
    but select later on never checks for it.
    Remove FD_OOB as it's not actually used for anything.
    9ced36e4
select.cpp 20.1 KB