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 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
..
context.cpp Clang format include sorting + CMake 12 months ago
context.hpp Clang format include sorting + CMake 12 months ago
endpoint.cpp path control messages and onioning fleshed out 11 months ago
endpoint.hpp Clang format include sorting + CMake 12 months ago
policy.cpp More message refactoring 1 year ago
policy.hpp Clang format include sorting + CMake 12 months ago
session.cpp {Remote,Local}RC's 11 months ago
session.hpp {Remote,Local}RC's 11 months ago