impl / libcurvecpr

A portable implementation of CurveCP
40 stars 10 forks source link

Use CLOCK_MONOTONIC instead of CLOCK_REALTIME #15

Closed baruch closed 10 years ago

baruch commented 10 years ago

This prevents problems when the clock is jumping around which can happen when NTP starts or in a misconfigured environment with multiple NTP servers that are out of sync.

Closes #14

baruch commented 10 years ago

The time test fails. I'll look at it and reissue the MR.