Skip to content

Commit

Permalink
Add warning about time on very low TTL's.
Browse files Browse the repository at this point in the history
  • Loading branch information
dormando committed Nov 4, 2017
1 parent 105064c commit ca66b82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/protocol.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ of seconds in 30 days); if the number sent by a client is larger than
that, the server will consider it to be real Unix time value rather
than an offset from current time.

Note that a TTL of 1 will sometimes immediately expire. Time is internally
updated on second boundaries, which makes expiration time roughly +/- 1s.
This more proportionally affects very low TTL's.

Error strings
-------------
Expand Down

0 comments on commit ca66b82

Please sign in to comment.