Commit Graph

22 Commits (0950571313fd11b7cc9aa9c3dd7ed788d9874851)

Author SHA1 Message Date
Michael 16cdfbd5f0
clang-tidy modernize pass 5 years ago
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
Michael 5c064d7ddc
Silence spammy threadpool warning 5 years ago
Michael 36c89363b3
try to fix pid_t issue 5 years ago
Michael 488695047f
Remove redundant else blocks 5 years ago
Michael b01e5accbb
Add function to set threadname, and use from threadpool impl 5 years ago
Jeff Becker ec1910b8ca
remove threadpool.hpp
make link layer not use null lock and null mutex
5 years ago
Jeff Becker ba6f9ed2d7
continue using llarp::openfilestream 5 years ago
Rick V c6c31efec9
make format 5 years ago
Jeff Becker c355d37beb
use limited size queue for logic and singled threaded threadpool 5 years ago
Jeff Becker 5d388bc9f2
meh 5 years ago
Jeff Becker 3a8cb0bfb5
add shell based hooks for service::Endpoint, also make format 5 years ago
Jeff Becker 94eb37d490
bundle RC in build record to improve build success rates. 6 years ago
Jeff Becker 9503cc66f0
add disk worker based file flusher logger
make format

remove package.json
6 years ago
Jeff 5834607997 * don't ban bootstrap nodes with profiling
* less vigorous profiling timeouts
* async remove rc from disk
6 years ago
Jeff Becker 5399b93270
make format and readd win32 console color logging 6 years ago
Michael 61f3273dc4
Add threading annotations and fix potential deadlocks 6 years ago
Rick V 975b4ca743
clang-format 6 years ago
Michael 4fb2b39f74
Format changes 6 years ago
Rick V 5a3947ca5c
clang-format 6 years ago
Michael 67b5d48095
Replace usage of new/delete with unique_ptr/stack allocation 6 years ago
Michael e5eda0fb8f
Move lokinet unspecific components to a util/ library 6 years ago