From b30d0864b5126422147e9a3138714bbce389f78f Mon Sep 17 00:00:00 2001 From: zzz Date: Fri, 30 Apr 2021 09:17:09 -0400 Subject: [PATCH] Prop. 157 minor updates --- i2p2www/spec/proposals/157-new-tbm.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/i2p2www/spec/proposals/157-new-tbm.rst b/i2p2www/spec/proposals/157-new-tbm.rst index 620e00cf..505f0191 100644 --- a/i2p2www/spec/proposals/157-new-tbm.rst +++ b/i2p2www/spec/proposals/157-new-tbm.rst @@ -5,7 +5,7 @@ Smaller Tunnel Build Messages :author: zzz, orignal :created: 2020-10-09 :thread: http://zzz.i2p/topics/2957 - :lastupdated: 2021-03-29 + :lastupdated: 2021-04-30 :status: Open :target: 0.9.51 @@ -439,6 +439,12 @@ ShortTunnelBuild ------------------- I2NP Type 25 +This message is sent to middle hops, OBEP, and IBEP (creator). +It may not be sent to the IBGW (use garlic wrapped InboundTunnelBuild instead). +When received by the OBEP, it is transformed to an OutboundTunnelBuildReply, +garlic wrapped, and sent to the originator. + + .. raw:: html {% highlight lang='dataspec' %} @@ -466,6 +472,10 @@ OutboundTunnelBuildReply --------------------------- I2NP Type 26 +This message is only sent by the OBEP to the IBEP (creator) via an existing inbound tunnel. +It may not be sent to any other hop. +It is always garlic encrypted. + .. raw:: html {% highlight lang='dataspec' %} @@ -523,6 +533,10 @@ InboundTunnelBuild ------------------- I2NP Type 27 +This message is only sent to the IBGW. +It may not be sent to any other hop. +The IBGW transforms it to a ShortTunnelBuild before sending it to the next hop. + .. raw:: html {% highlight lang='dataspec' %}