mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-02 03:40:12 +00:00
38fd0552d3
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 |
||
---|---|---|
.. | ||
abstractrouter.cpp | ||
abstractrouter.hpp | ||
i_outbound_message_handler.cpp | ||
i_outbound_message_handler.hpp | ||
i_outbound_session_maker.cpp | ||
i_outbound_session_maker.hpp | ||
i_rc_lookup_handler.cpp | ||
i_rc_lookup_handler.hpp | ||
outbound_message_handler.cpp | ||
outbound_message_handler.hpp | ||
outbound_session_maker.cpp | ||
outbound_session_maker.hpp | ||
rc_lookup_handler.cpp | ||
rc_lookup_handler.hpp | ||
router.cpp | ||
router.hpp |