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/exit
Thomas Winget bf2665bbe7 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
8 months ago
..
context.cpp Clang format include sorting + CMake 8 months ago
context.hpp Clang format include sorting + CMake 8 months ago
endpoint.cpp path control messages and onioning fleshed out 8 months ago
endpoint.hpp config addr change 8 months ago
policy.cpp More message refactoring 1 year ago
policy.hpp Clang format include sorting + CMake 8 months ago
session.cpp {Remote,Local}RC's 8 months ago
session.hpp {Remote,Local}RC's 8 months ago