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/constants
Jason Rhinelander 823c17206f Add min intro set paths, slightly increase spread speed
This should ensure that we have enough shortly after startup for initial
path builds.

The spread speed here gets slightly increased to lifetime/5 (=4min)
instead of lifetime/4 (=5min) so that our "normal" number of paths is 5
with occassional momentary drops to 4, but should always keep us >= the
new minimum of 4.

Because the path spread happens over time, this shouldn't result in a
rebuild of several paths: we'll build 4 quickly, then another at +4m,
another at +8m, etc.  When the initial 4 expire, we'll be dropping from
9 to 5 established but that's still above the minimum (4) so we won't
need to reconnect to several at once, and the spread builds should keep
us at 5 all the time.
5 years ago
..
defaults.hpp Move lokinet unspecific components to a util/ library 6 years ago
limits.cpp add limits files 5 years ago
limits.hpp correct header? 5 years ago
link_layer.hpp llarp_time_t is now using std::chrono 5 years ago
path.hpp Add min intro set paths, slightly increase spread speed 5 years ago
proto.hpp Add "keyfile version" to RouterContact 5 years ago
version.cpp.in initial wack at 0.7.0 dht fixes 5 years ago
version.h initial wack at 0.7.0 dht fixes 5 years ago
version.hpp initial wack at 0.7.0 dht fixes 5 years ago