From a55cf7f16c0630739a8e3946fb6f7e3476f90260 Mon Sep 17 00:00:00 2001 From: str4d Date: Wed, 12 Jun 2013 01:33:52 +0000 Subject: [PATCH] Tweaked boundaries to match DataSpec --- .../pages/site/docs/spec/common-structures.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/i2p2www/pages/site/docs/spec/common-structures.html b/i2p2www/pages/site/docs/spec/common-structures.html index 68fbdd01..d727f2f0 100644 --- a/i2p2www/pages/site/docs/spec/common-structures.html +++ b/i2p2www/pages/site/docs/spec/common-structures.html @@ -180,9 +180,9 @@ A certificate is a container for various receipts or proof of works used through 1 byte Integer specifying certificate type, followed by a 2 Integer specifying the size of the certificate payload, then that many bytes. {% endtrans %}

{% highlight lang='dataspec' %} -+----+----+----+----+----+--// ++----+----+----+----+----+-// |type| length | payload -+----+----+----+----+----+--// ++----+----+----+----+----+-// type :: Integer length -> 1 byte @@ -318,7 +318,7 @@ Defines the way to uniquely identify a particular router | | +----+----+----+----+----+----+----+----+ | certificate | -+----+----+----+--// ++----+----+----+-// public_key :: PublicKey length -> 256 bytes @@ -366,8 +366,8 @@ A Destination defines a particular endpoint to which messages can be directed fo ~ ~ | | +----+----+----+----+----+----+----+----+ -| certificate -+---// +| certificate ++-// public_key :: PublicKey length -> 256 bytes @@ -581,11 +581,11 @@ IP address, port number, email address, URL, etc. |cost| +----+----+----+----+----+----+----+----+ | expiration | -+----+----+----+----+--//+----+----+----+ ++----+----+----+----+-//-+----+----+----+ | transport_style | -+----+----+----+----+--//+----+----+----+ ++----+----+----+----+-//-+----+----+----+ | options | -+----+----+----+----+--//+----+----+----+ ++----+----+----+----+-//-+----+----+----+ cost :: Integer length -> 1 byte