diff options
author | root <root> | 2008-10-27 11:08:29 +0000 |
---|---|---|
committer | root <root> | 2008-10-27 11:08:29 +0000 |
commit | ed3f7d82632357b7ba925cb742cd9ef61ceed26d (patch) | |
tree | 1c03ccb4ac30a7c147b4b5be39f99b5fe1325e14 /Changes | |
parent | 591339236dd05d5184c977fea78de5f5d82e70e1 (diff) |
work around epoll spurious notifications
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ WISH? monotonic clocks times/GetTickCount for coarse corrections? - further optimise away the EPOLL_CTL_ADD/MOD combo in the epoll backend by assuming the kernel event mask hasn't changed if ADD fails with EEXIST. + - work around spurious event notification bugs in epoll by using + an 8-bit generation counter. - use memset to initialise most arrays now and do away with the init functions. - expand time-out strategies into a "Be smart about timeouts" section. |