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
Jason Rhinelander 7a04911b9b Avoid std::function in hot pump code
We're seeing overhead here of the std::function invocation, which we can
easily avoid in this case by not using a std::function around the
callback.
3 years ago
..
ihophandler.cpp Fix client latency bug; De-shared_ptr IHopHandler queues 3 years ago
ihophandler.hpp Fix client latency bug; De-shared_ptr IHopHandler queues 3 years ago
path.cpp Fix client latency bug; De-shared_ptr IHopHandler queues 3 years ago
path.hpp Fix client latency bug; De-shared_ptr IHopHandler queues 3 years ago
path_context.cpp more shit 3 years ago
path_context.hpp Avoid std::function in hot pump code 3 years ago
path_types.hpp wire up snode traffic to quic 3 years ago
pathbuilder.cpp on path timeout look up each router, if the lookup fails then we remove it from nodedb and close any connections to it so that bad first hops are rotated off of. 3 years ago
pathbuilder.hpp prevent bizare half open state. (#1754) 3 years ago
pathset.cpp path and intro selection fixups: 3 years ago
pathset.hpp use weak_ptr on a path to reference its parent pathset instead of a bare pointer so crashes dont happen 3 years ago
transit_hop.cpp Fix client latency bug; De-shared_ptr IHopHandler queues 3 years ago
transit_hop.hpp Fix client latency bug; De-shared_ptr IHopHandler queues 3 years ago