dreese / FastSocket

High-throughput, synchronous Objective-C wrapper around BSD sockets for iOS and macOS.
MIT License
170 stars 39 forks source link

Evaluate switching from select() to poll() #15

Closed dreese closed 7 years ago

dreese commented 10 years ago

http://daniel.haxx.se/docs/poll-vs-select.html

select() only supports 1024 open sockets.