Skip to content
  • Deucе's avatar
    First attempt to use poll() · d0b94c03
    Deucе authored
    There has been a sighting of Synchronet exceeding FD_SETSIZE sockets.
    This means select() is of less use and we need to start migrating to
    either poll() or platform-specific methods to achieve the same end.
    
    This commit is mostly to check that poll() builds on Win32 and that
    it actually works.
    d0b94c03