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/messages
Thomas Winget 38fd0552d3 Adds Link-Relay Status Messages
Success case:
  - the path endpoint creates and sends a LR_StatusMessage upon
    successful path creation

Failure case:
  - an intermediate hop creates and sends a LR_StatusMessage upon
    failure to forward the path to the next hop for any reason

Both cases:
  - transit hops receive LR_StatusMessages and add a frame
    to them reflecting their "status" with respect to that path
  - the path creator receives LR_StatusMessages and decrypts/parses
    the LR_StatusRecord frames from the path hops.  If all is good,
    the Path does as it would when receiving a PathConfirmMessage.
    If not, the Path marks the new path as failed.

LR_StatusMessage is now used/sent in place of PathConfirmMessage
5 years ago
..
dht_immediate.cpp Move remaining messages around 5 years ago
dht_immediate.hpp Move exit messages 5 years ago
discard.cpp Add .cpp files for all .hpp files 6 years ago
discard.hpp Move remaining messages around 5 years ago
link_intro.cpp Remove redundant else blocks 5 years ago
link_intro.hpp Port code to use CryptoManager over passing Crypto pointers 5 years ago
link_message.cpp Move remaining messages around 5 years ago
link_message.hpp Move remaining messages around 5 years ago
link_message_parser.cpp Adds Link-Relay Status Messages 5 years ago
link_message_parser.hpp Rename InboundMessageParser to LinkMessageParser 5 years ago
relay.cpp Refactor path build code 5 years ago
relay.hpp Merge changes from upstream 5 years ago
relay_commit.cpp Adds Link-Relay Status Messages 5 years ago
relay_commit.hpp Move remaining messages around 5 years ago
relay_status.cpp Adds Link-Relay Status Messages 5 years ago
relay_status.hpp Adds Link-Relay Status Messages 5 years ago