FreeRADIUS / freeradius-client

A BSD licenced RADIUS client library
http://freeradius.org/freeradius-client/
Other
143 stars 100 forks source link

Calculate timeouts from monotonic time. #87

Closed mcpat closed 6 years ago

mcpat commented 6 years ago

Timeout calculations should always (where possible) be done using a monotonic time source. This commit introduces that and discards the wall-clock time approach.

This commit resolves #70