reduce fudge - it certainly isn't 0 in principle, but 0 in practise everywhere i could test

master
Marc Alexander Lehmann 16 years ago
parent 2a68b50837
commit 90bdb9b7b9

@ -89,7 +89,7 @@ epoll_init (EV_P_ int flags)
fcntl (backend_fd, F_SETFD, FD_CLOEXEC);
backend_fudge = 1e-3; /* needed to compensate for epoll returning early */
backend_fudge = 2e-4; /* needed to compensate for epoll returning early */
backend_modify = epoll_modify;
backend_poll = epoll_poll;

Loading…
Cancel
Save