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/path
Thomas Winget cecbddc912 Fixes subtle memory leak, adds comments
Fixes a subtle memory leak that was a result of outbound messages which
were in the shared queue (not yet sorted into a per-path queue) when a
path was removed, resulting in a ghost path queue (and thus round-robin
order entry as well).

Adds much needed documentation to the outbound message handler class.
3 years ago
..
ihophandler.cpp * lessen replay filter window 3 years ago
ihophandler.hpp try fixing deadlock 3 years ago
path.cpp temp commit 3 years ago
path.hpp try fixing deadlock 3 years ago
path_context.cpp Fixes subtle memory leak, adds comments 3 years ago
path_context.hpp Replace ::Hash nested structs with std::hash specializations 3 years ago
path_types.hpp wire up snode traffic to quic 3 years ago
pathbuilder.cpp temp commit 3 years ago
pathbuilder.hpp build paths faster and limit path builds at edge router instead of via a time counter for all edges 3 years ago
pathset.cpp Fixes subtle memory leak, adds comments 3 years ago
pathset.hpp various cleanups 3 years ago
transit_hop.cpp temp commit 3 years ago
transit_hop.hpp try fixing deadlock 3 years ago