diff --git a/i2p2www/pages/site/docs/spec/tunnel-message.html b/i2p2www/pages/site/docs/spec/tunnel-message.html index da44151c..248c3b52 100644 --- a/i2p2www/pages/site/docs/spec/tunnel-message.html +++ b/i2p2www/pages/site/docs/spec/tunnel-message.html @@ -52,7 +52,7 @@ These are the contents of a tunnel data message after encryption.

Definition

{% highlight lang='dataspec' %} -Tunnel ID :: +Tunnel ID :: `TunnelId` 4 bytes the ID of the next hop @@ -112,8 +112,8 @@ These are the contents of a tunnel data message when decrypted. {% endhighlight %}

Definition

-
-Tunnel ID ::
+{% highlight lang='dataspec' %}
+Tunnel ID :: `TunnelId`
        4 bytes
        the ID of the next hop
 
@@ -133,10 +133,9 @@ Zero ::
        1 byte
        the value 0x00
 
-Delivery Instructions ::
+Delivery Instructions :: `TunnelMessageDeliveryInstructions`
        length varies but is typically 7, 39, 43, or 47 bytes
        Indicates the fragment and the routing for the fragment
-       See below for specification
 
 Message Fragment ::
        1 to 996 bytes, actual maximum depends on delivery instruction size
@@ -144,7 +143,7 @@ Message Fragment ::
 
 total size: 1028 Bytes
 
-
+{% endhighlight %}

Notes