diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2009-07-27 16:23:53 +0200 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2009-07-27 16:23:53 +0200 |
commit | 7b716878cb6837756bd65ed788e5d8d89d8af56c (patch) | |
tree | 80839cd8fe6fdaf9bc471294821516aae462511f /ChangeLog | |
parent | 2b0e8fb39f0ac9c0bfadc64102440843300fa9d7 (diff) | |
download | tor-7b716878cb6837756bd65ed788e5d8d89d8af56c.tar.gz tor-7b716878cb6837756bd65ed788e5d8d89d8af56c.zip |
Fix dirreq and cell stats on 32-bit architectures.
When determining how long directory requests take or how long cells spend
in queues, we were comparing timestamps on microsecond detail only to
convert results to second or millisecond detail later on. But on 32-bit
architectures this means that 2^31 microseconds only cover time
differences of up to 36 minutes. Instead, compare timestamps on
millisecond detail.
Diffstat (limited to 'ChangeLog')
0 files changed, 0 insertions, 0 deletions