elhayra / tcp_server_client

A thin and simple C++ TCP client server
MIT License
159 stars 53 forks source link

Use of poll instead of select #18

Open mellado opened 2 years ago

mellado commented 2 years ago

Is there any chance you could replace select by poll?

Please have a look at https://stackoverflow.com/questions/970979/what-are-the-differences-between-poll-and-select

Regards