commit | d8a6a32ad74f3f5fce9108a28f59f50071461ef4 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Nov 25 17:05:05 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Nov 25 17:08:06 2022 +0100 |
tree | 29982e862f5e9afef50d6869c3e4bf6638a992cf | |
parent | fd0974cf3f4b1548d8ea261b6d76c14b8c94e6ab [diff] |
DEV: tcploop: add optional support for epoll When -e is passed, epoll is used instead of poll. The FD is added then removed around the call to epoll_wait() so that we don't need to track it. The only purpose is to compare events reported by each syscall.