From 58f05ba2c305bef535f585aca7220832df41a7e0 Mon Sep 17 00:00:00 2001 From: str4d Date: Mon, 24 Feb 2014 05:45:45 +0000 Subject: [PATCH] String fix (thx strel) --- i2p2www/pages/site/docs/spec/common-structures.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i2p2www/pages/site/docs/spec/common-structures.html b/i2p2www/pages/site/docs/spec/common-structures.html index 7d5c48fd..bd4bfd1a 100644 --- a/i2p2www/pages/site/docs/spec/common-structures.html +++ b/i2p2www/pages/site/docs/spec/common-structures.html @@ -838,7 +838,7 @@ Cost is typically 5 or 6 for SSU, and 10 or 11 for NTCP. {%- endtrans %}
  • {% trans -%} -Expiration is currently unused, always null (all zeroes)). +Expiration is currently unused, always null (all zeroes). As of release 0.9.3, the expiration is assumed zero and not stored, so any non-zero expiration will fail in the RouterInfo signature verification. Implementing expiration (or another use for these bytes) will be a backwards-incompatible change.