SSU timestamp rollover note

This commit is contained in:
zzz
2015-11-18 20:08:13 +00:00
parent 30637f82ea
commit edb648e148

View File

@ -237,7 +237,8 @@ See the documentation of individual messages below for details on IPv6 support.
<h3 id="time">Timestamps</h3>
While most of I2P uses 8-byte <a href="{{ site_url('docs/spec/common-structures') }}#type_Date">Date</a> timestamps with
millisecond resolution, SSU uses a 4-byte timestamp with one-second resolution.
millisecond resolution, SSU uses 4-byte unsigned integer timestamps with one-second resolution.
Because these values are unsigned, they will not roll over until February 2106.