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 41807f1763 transit hop: drop instead of flushing when full
If full happens we are going to trigger a bunch of flushes which
probably isn't very useful, so drop instead.
3 years ago
..
ihophandler.cpp
ihophandler.hpp try fixing deadlock 3 years ago
path.cpp increase timer timeout interval because 1 seconds RTT can happen but 2 seconds is pretty bad 3 years ago
path.hpp correctly do latency test FEC 3 years ago
path_context.cpp more shit 3 years ago
path_context.hpp more shit 3 years ago
path_types.hpp
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 transit hop: drop instead of flushing when full 3 years ago
transit_hop.hpp more shit 3 years ago