Commit Graph

3497 Commits (e0187fd690fe9f0c6e518734d90229be745d6927)

Author SHA1 Message Date
Thomas Winget 5cf35769b4 don't have python try to intercept stdout/stderr 5 years ago
Jeff Becker 32dbe6b1ad more shiz 5 years ago
Jeff Becker 877443d95c more introspection code 5 years ago
Thomas Winget 931ff521d1 working toward full testnet of routers (not clients yet) in hive/pybind setup
Not working yet -- some sort of RC issue.  Checkout the commit prior to this if you want something that 'works' that you can play with.
5 years ago
Thomas Winget 1e04decb66 can ping on lokinet running in python context! 5 years ago
Thomas Winget 5e498e962f working on more pybinds 5 years ago
Thomas Winget 0f34a950a9 pybind config object, working 5 years ago
Thomas Winget 9b3bf833e0 revert nop logging -- un-revert later 5 years ago
Thomas Winget a5c2b369b7 nop logging on hive build for now
a bunch of routers logging to stdout at the same time is a complete
charlie foxtrot.  until we take the time to make logger not a singleton
(and probably make each router able to log to its own file rather than stdout)
just make it not log.

Note: this is very temporary, as the logs will be annoying for testing the
pybind stuff and shouldn't be necessary for debugging it
5 years ago
Thomas Winget 0007996fde using instead of typedef 5 years ago
Jeff Becker a5dc41b049 OMG IT DOES STUFF :DDDDDD 5 years ago
Thomas Winget f712acc486 huzzah it builds, time to test soon! 5 years ago
Jeff Becker da79b14703 make it compile 5 years ago
Thomas Winget 8dc5dabe49 working toward compilation, still has include issue 5 years ago
Jeff Becker 26c1670af7 make it compile 5 years ago
Jeff Becker 35bea37fd1 make it compile 5 years ago
Jeff Becker 1fdb8b4c94 initial pybind11 introspection code 5 years ago
Thomas Winget 8d03e6dd3c more router hive stuff, read below the fold
Router now has a hive pointer if LOKINET_HIVE is set.
llarp::Context has a method InjectHive to give Router the pointer.
Router has a method NotifyRouterEvent which does:
  - when LOKINET_HIVE is set, passes the event to RouterHive
  - else when LOKINET_DEBUG is set, prints the event at a low log level
  - else NOP
5 years ago
Jeff Becker 61ffbc0643
std::vector reserve does not resize 5 years ago
Stephen Shelton 321314b456
Remove re-propagation of introsets when we are wrong candidate 5 years ago
Jeff Becker 32e768d7dd
change log 5 years ago
Jeff Becker d4ccf895e3
Merge branch 'fix-up-introset-lookup-fails-2020-03-02' of ssh://github.com/majestrate/loki-network into fix-up-introset-lookup-fails-2020-03-02 5 years ago
Jeff Becker 79746e3719
remote lookup limiting of 500ms per address 5 years ago
Stephen Shelton 9be8050854
Make format 5 years ago
Stephen Shelton 886a981997
Consolidate introset publishing constants 5 years ago
Jeff Becker a09bb89d15
dont put multiple outbound contexts 5 years ago
Jeff Becker d3f222ddcc
revert relay side dedup parameter 5 years ago
Stephen Shelton bbee45118e
Remove redundant lookup logic from relays 5 years ago
Jeff Becker 158a9018f3
rename variable 5 years ago
Jeff Becker 9ff31f6402
spelling is hard 5 years ago
Jeff Becker 8f4362f092
fix up introset lookups 5 years ago
Jason Rhinelander 806d43c34e
Merge pull request #1147 from notlesh/diagnose-pubintro-round2-2020-02-28
Diagnose pubintro round2
5 years ago
Jason Rhinelander d46a880150
Merge pull request #1145 from majestrate/remove-convotags-right-away-2020-02-27
Remove convotags right away when outbound context dies
5 years ago
Jason Rhinelander b60adc909d Make IntroSet publish confirmed less verbose
Essentially just rate limit the confirmation message to one message per
second.
5 years ago
Jason Rhinelander cfee824a79 Don't republish when we have extra paths
This caused some unwanted behaviour:

- on initial startup we often get two publishes in quick succession
because we're publishing and building paths at the same time

- at the 10m mark we enter a publish loop every 5 seconds because we
have paths with lifetimes < 10min that was triggering this condition,
and yet those paths will never actually be included in the introset
because they are expiring in <10m.
5 years ago
Jason Rhinelander c0eb0c4db4 Avoid unnecessary copy 5 years ago
Jeff Becker 45fa9bebbc
wrong txid 5 years ago
Jeff Becker e3b5fb4dd9
add local publish intro message to send reply down path 5 years ago
Jason Rhinelander 58fe7ac801 De-static constants
We don't need separate copies of these per compilation unit.
5 years ago
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
Jeff Becker 5b075259e6
revert 5 years ago
Jeff Becker b4a59a0b1a
make format 5 years ago
Jeff Becker dd21cba1fe
dedup via txid not keyspace location 5 years ago
Jason Rhinelander 76608b6b90 Logic simplification 5 years ago
Jason Rhinelander 27b8743107 Add warns for introset publish failures 5 years ago
jeff f76b9f3042 make format 5 years ago
jeff 49e69d7087 remove uneeded code 5 years ago
Stephen Shelton 2ebd9bbd95
Implement PublishServiceJob::SendReply() 5 years ago
Stephen Shelton 638ea2e0fd
Make format 5 years ago
Stephen Shelton d09fd13dd6
Calculate 'candidateNumber' when we should store Introset 5 years ago