You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/llarp/path
Thomas Winget b0fb194e2c path control messages and onioning fleshed out
- control messages can be sent along a path
- the path owner onion-encrypts the "inner" message for each hop in the
  path
- relays on the path will onion the payload in both directions, such
  that the terminal relay will get the plaintext "inner" message and the
  client will get the plaintext "response" to that.
- control messages have (mostly, see below) been changed to be invokable
  either over a path or directly to a relay, as appropriate.

TODO:
  - exit messages need looked at, so they have not yet been changed for
    this
  - path transfer messages (traffic from client to client over 2 paths
    with a shared "pivot") are not yet implemented
11 months ago
..
abstracthophandler.cpp path control messages and onioning fleshed out 11 months ago
abstracthophandler.hpp path control messages and onioning fleshed out 11 months ago
path.cpp path control messages and onioning fleshed out 11 months ago
path.hpp path control messages and onioning fleshed out 11 months ago
path_context.cpp path control messages and onioning fleshed out 11 months ago
path_context.hpp path control messages and onioning fleshed out 11 months ago
path_types.hpp {Remote,Local}RC's 11 months ago
pathbuilder.cpp path control messages and onioning fleshed out 11 months ago
pathbuilder.hpp {Remote,Local}RC's 11 months ago
pathset.cpp Clang format include sorting + CMake 11 months ago
pathset.hpp {Remote,Local}RC's 11 months ago
transit_hop.cpp path control messages and onioning fleshed out 11 months ago
transit_hop.hpp path control messages and onioning fleshed out 11 months ago