You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 19, 2019. It is now read-only.
As an alternative, we can include a reference to the original peer in the payload. The decision where to route the message to must then be taken by the registered protocol.
Since the 'via' field is only useful in the routing protocol itself we better implement it as part of the payload of the routing protocol. Otherwise we would have to hold state in the router for every incoming message that has a 'via' field set (to set it correctly in the answer).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Extend the message format to include a
via
andreply-via
flag to make sure a message passes a specific peer on its way back to the sender.If peer
123abc
receives a message withreply-via
set, it answers with a message where thevia
-field is set to the value ofreply-via
like so:The text was updated successfully, but these errors were encountered: