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
Jeff 1846c3e3d8
prevent bizare half open state. (#1754)
* attempt path timeout bullshittery fix

* make sure ServiceInfo always has its address set up

* do not copy intros in constuctor, ammend logging and
add assert
3 years ago
..
ihophandler.cpp * lessen replay filter window 3 years ago
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 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 more shit 3 years ago
transit_hop.hpp more shit 3 years ago