I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 019a6c70 authored by str4d's avatar str4d
Browse files

Disambiguate I2NP and I2CP message headers (for ctags)

parent c040cb56
No related branches found
No related tags found
No related merge requests found
......@@ -299,7 +299,7 @@ A basic summary of the I2CP protocol versions is as follows. For details, see be
<h3 id="struct_header">I2CP message header</h3>
<h3 id="struct_I2CPMessageHeader">I2CP message header</h3>
<h4>Description</h4>
<p>
Common header to all I2CP messages, containing the message length and message type.
......
......@@ -90,7 +90,7 @@ see the NTCP and SSU transport documentation for details.
The following structures are elements of multiple I2NP messages.
They are not complete messages.
<h3 id="struct_header">I2NP message header</h3>
<h3 id="struct_I2NPMessageHeader">I2NP message header</h3>
<h4>Description</h4>
<p>
Common header to all I2NP messages, which contains important information like a checksum, expiration date, etc.
......
......@@ -236,7 +236,7 @@ Message ID:
Optional, present if this message is the first of 2 or more fragments
(i.e. if the fragmented bit is 1)
An ID that uniquely identifies all fragments as belonging to a single message
(the current implementation uses the <a href="{{ site_url('docs/spec/i2np') }}#struct_header">I2NP Message ID</a>)
(the current implementation uses the <a href="{{ site_url('docs/spec/i2np') }}#struct_I2NPMessageHeader">I2NP Message ID</a>)
Extended Options:
2 or more bytes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment