Skip to content
  • Deucе's avatar
    76bb4aec
    First attempt to use poll() · 76bb4aec
    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.
    76bb4aec
    First attempt to use poll()
    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.
Loading