commit | 21091549c02743ff2cda7d4f1d725556f7c4db20 | [log] [tgz] |
---|---|---|
author | Daniel Stenberg <daniel@haxx.se> | Mon Jun 10 10:09:16 2013 +0200 |
committer | Daniel Stenberg <daniel@haxx.se> | Tue Jun 11 00:02:29 2013 +0200 |
tree | d3651a8941c467b3958d18abc618b5b55f2d1e94 | |
parent | 7b97f03f09537fb488cbeda28767aa478618745c [diff] |
multi_socket: reduce timeout inaccuracy margin Allow less room for "triggered too early" mistakes by applications / timers on non-windows platforms. Starting now, we assume that a timeout call is never made earlier than 3 milliseconds before the actual timeout. This greatly improves timeout accuracy on Linux. Bug: http://curl.haxx.se/bug/view.cgi?id=1228 Reported-by: Hang Su