Skip to content

Full vs Gateway mode #378

Oct 5, 2023 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Your understanding is fundamentally correct:

  • An interface is put into gateway mode, when it (the interface itself) acts as a gateway for other peers on the interface.
  • The functional difference is that an interface in gateway mode will recursively resolve path requests for other peers on that interface
  • If a path request is received on an interface in gateway mode, the following can happen:
    • If a path is already known, the transport instance will immediately answer the path request to the requester.
    • In no path is known, the transport instance will attempt to resolve a path on other interfaces that could potentially have a path to the destination, and wait for a potential reply.
    • If a reply …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@faragher
Comment options

Answer selected by faragher
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants