diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2015-05-15 17:14:23 +0200 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2015-05-19 12:28:53 +0200 |
commit | d1b5008e7637bee5bd05c4663361ceca590f04ef (patch) | |
tree | a6c31861e097509453f60c1ebd452b1cfb00eb5d /docs/src | |
parent | ccf90a1ea52b549482f8234321dc2cff21749fd7 (diff) | |
download | libuv-d1b5008e7637bee5bd05c4663361ceca590f04ef.tar.gz libuv-d1b5008e7637bee5bd05c4663361ceca590f04ef.zip |
linux: work around epoll bug in kernels < 2.6.37
Old 32 bits kernels (native and compat) have a bug where timeouts larger
than (LONG_MAX / CONFIG_HZ) milliseconds are treated as infinite.
Work around that by capping the timeout and polling again if necessary.
PR-URL: https://github.com/libuv/libuv/pull/354
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
Diffstat (limited to 'docs/src')
0 files changed, 0 insertions, 0 deletions