Commit Graph

2 Commits

Author SHA1 Message Date
dc063b90cb
Replace select(2) with poll(2)
select(2) has a number of well-known issues (e.g.: FD_SETSIZE limiting
the maximum amount of file descriptors to watch) that are mostly solved
by poll(2) and thus can be used as a drop-in replacement.
2023-05-01 04:13:16 +02:00
d26f046fc9
Initial commit 2023-02-28 01:43:56 +01:00