1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/docs
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
2019-07-25 17:46:56 -04:00
..
spanish Basic docs translations to spanish, more to go later 2019-07-20 18:01:07 -05:00
api_v0.txt Update api_v0.txt 2019-07-02 14:51:17 -04:00
crypto_v0.txt place protocol spec into public domain with CC0 2018-10-08 08:15:08 -04:00
dht_v0.txt update docs and discard pending traffic on connect timeout to prevent memleak 2019-05-24 11:06:07 -04:00
high-level.txt Update high-level.txt 2019-05-24 16:24:42 -04:00
LICENSE place protocol spec into public domain with CC0 2018-10-08 08:15:08 -04:00
llarp.png More refactoring to continue to make dependency graph acylic 2019-01-15 23:15:44 +00:00
llarp_structure.dot More refactoring to continue to make dependency graph acylic 2019-01-15 23:15:44 +00:00
logo.svg basic doxygen configuration 2018-12-17 03:24:11 +10:00
lokinet_admin_v0.txt add rpc method for llarp.admin.link.neighboors 2018-10-25 14:18:12 -04:00
old-wire-protocol.txt update protocol docs 2019-02-05 10:10:32 -05:00
proto_v0.txt Adds Link-Relay Status Messages 2019-07-25 17:46:56 -04:00
README place protocol spec into public domain with CC0 2018-10-08 08:15:08 -04:00
wire-protocol.txt commit recent stuff 2019-05-19 10:39:50 -04:00

Protocol Specifications Directory

All documents in this directory are licened CC0 and placed into the public domain.

Please note that the reference implementation LokiNET is licensed under ZLIB license