summaryrefslogtreecommitdiff
path: root/draft-schanzen-r5n.xml
diff options
context:
space:
mode:
Diffstat (limited to 'draft-schanzen-r5n.xml')
-rw-r--r--draft-schanzen-r5n.xml22
1 files changed, 17 insertions, 5 deletions
diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml
index a5b5e26..14665c7 100644
--- a/draft-schanzen-r5n.xml
+++ b/draft-schanzen-r5n.xml
@@ -1139,10 +1139,15 @@ BEGIN
1139 <tt>PutMessage</tt>s or <tt>ResultMessage</tt>s. 1139 <tt>PutMessage</tt>s or <tt>ResultMessage</tt>s.
1140 The signature of a Path Element is created by the current hop 1140 The signature of a Path Element is created by the current hop
1141 after it made its routing decision identifiying the successor peer. 1141 after it made its routing decision identifiying the successor peer.
1142 The wire format of an example path from Peers A over B and C to D is 1142 The wire format of an example path from Peers A over B and C as it
1143 illustrated in <xref target="figure_path_ex"/>. 1143 would be received by D in a is illustrated in <xref target="figure_path_ex"/>.
1144 <tt>PutMessage</tt> or <tt>ResultMessage</tt>.
1145 A <tt>ResultMessage</tt> would indicate in the <tt>PATH_LEN</tt> field
1146 a length of 3.
1147 A <tt>PutMessage</tt> would indicate a length of 3 as the sum of
1148 <tt>PUTPATH_L</tt> and <tt>GETPATH_L</tt> fields.
1144 </t> 1149 </t>
1145 <figure anchor="figure_path_ex" title="Example of a path with a path length of 3. As illustrated, the Peer ID of the last hop is omitted."> 1150 <figure anchor="figure_path_ex" title="Example of a path from Peer A to Peer D.">
1146 <artwork name="" type="" align="left" alt=""><![CDATA[ 1151 <artwork name="" type="" align="left" alt=""><![CDATA[
11470 8 16 24 32 40 48 56 11520 8 16 24 32 40 48 56
1148+-----+-----+-----+-----+-----+-----+-----+-----+ 1153+-----+-----+-----+-----+-----+-----+-----+-----+
@@ -1208,9 +1213,16 @@ BEGIN
1208 The Peer ID of the last Path Element is omitted as it must be that of 1213 The Peer ID of the last Path Element is omitted as it must be that of
1209 the sender of the PutMesssage or ResultMessage. 1214 the sender of the PutMesssage or ResultMessage.
1210 The wire format of a truncated example path from Peers B over C to D 1215 The wire format of a truncated example path from Peers B over C to D
1211 is illustrated in <xref target="figure_path_ex_trunc"/>. 1216 is illustrated in <xref target="figure_path_ex_trunc"/>.
1217 The wire format of an example path from Peers B over C as it
1218 would be received by D in a is illustrated in <xref target="figure_path_ex_trunc"/>.
1219 <tt>PutMessage</tt> or <tt>ResultMessage</tt>.
1220 A <tt>ResultMessage</tt> would indicate in the <tt>PATH_LEN</tt> field
1221 a length of 1.
1222 A <tt>PutMessage</tt> would indicate a length of 1 as the sum of
1223 <tt>PUTPATH_L</tt> and <tt>GETPATH_L</tt> fields.
1212 </t> 1224 </t>
1213 <figure anchor="figure_path_ex_trunc" title="Example of a truncated path with a path length of 1. As illustrated, the Peer ID of the last hop is omitted."> 1225 <figure anchor="figure_path_ex_trunc" title="Example of a truncated path from Peer B to Peer D.">
1214 <artwork name="" type="" align="left" alt=""><![CDATA[ 1226 <artwork name="" type="" align="left" alt=""><![CDATA[
12150 8 16 24 32 40 48 56 12270 8 16 24 32 40 48 56
1216+-----+-----+-----+-----+-----+-----+-----+-----+ 1228+-----+-----+-----+-----+-----+-----+-----+-----+