Skip to content

Commit f5eefff

Browse files
committed
candump: use epoll_wait() instead of select()
Using epoll_wait() instead of select() gives higher performance for listening on multiple interfaces. Additionally, the read order has a higher chance to resemble the true temporal order. select() gives implicit priority to the lower index socket. Signed-off-by: Jörg Hohensohn <[email protected]>
1 parent 6a14256 commit f5eefff

File tree

1 file changed

+194
-184
lines changed

1 file changed

+194
-184
lines changed

0 commit comments

Comments
 (0)