diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-07-17 10:31:54 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-07-17 10:31:54 +0200 |
commit | 95b1997a308a58d8c72c13a3e2a58f37f529e67a (patch) | |
tree | 1e74e72bd08c52806e5e3338c4cb91556f743ff7 | |
parent | 82f908c836a0cc3effa2eec200559fa984a5c2b6 (diff) | |
download | lsd0004-95b1997a308a58d8c72c13a3e2a58f37f529e67a.tar.gz lsd0004-95b1997a308a58d8c72c13a3e2a58f37f529e67a.zip |
consistency: we use Truncated
-rw-r--r-- | draft-schanzen-r5n.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml index cb4ccbd..2e05d61 100644 --- a/draft-schanzen-r5n.xml +++ b/draft-schanzen-r5n.xml | |||
@@ -1306,7 +1306,7 @@ ComputeOutDegree(REPL_LVL, HOPCOUNT, L2NSE): | |||
1306 | </t> | 1306 | </t> |
1307 | <t> | 1307 | <t> |
1308 | If an invalid signature is detected, the path is truncated keeping only | 1308 | If an invalid signature is detected, the path is truncated keeping only |
1309 | element fields following the faulty signature and setting the TRUCATED | 1309 | element fields following the faulty signature and setting the <tt>Truncated</tt> |
1310 | flag. Assume that peer C detects a faulty signature in path element #2, | 1310 | flag. Assume that peer C detects a faulty signature in path element #2, |
1311 | the trunacted path has two entries: | 1311 | the trunacted path has two entries: |
1312 | </t> | 1312 | </t> |
@@ -1318,7 +1318,7 @@ ComputeOutDegree(REPL_LVL, HOPCOUNT, L2NSE): | |||
1318 | ]]></artwork> | 1318 | ]]></artwork> |
1319 | </figure> | 1319 | </figure> |
1320 | <t> | 1320 | <t> |
1321 | The TRUNCATED flag indicates that the first path element does not contain | 1321 | The <tt>Truncated</tt> flag indicates that the first path element does not contain |
1322 | a signature but only the public key of the peer where the signature fails. | 1322 | a signature but only the public key of the peer where the signature fails. |
1323 | </t> | 1323 | </t> |
1324 | <t> | 1324 | <t> |