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/router
Jason Rhinelander c5e787b8cb Oxend error ping + unfunded tracking
Currently (from a recent PR) we aren't pinging oxend if not active, but
that behaviour ended up being quite wrong because lokinet needs to ping
even when decommissioned or deregistered (when decommissioned we need
the ping to get commissioned again, and if not registered we need the
ping to get past the "lokinet isn't pinging" nag screen to prepare a
registration).

This considerably revises the pinging behaviour:

- We ping oxend *unless* there is a specific error with our connections
  (i.e. we *should* be establishing peer connections but don't have any)
- If we do have such an error, we send a new oxend "error" ping to
  report the error to oxend and get oxend to hold off on sending uptime
  proofs.

Along the way this also changes how we handle the current node state:
instead of just tracking deregistered/decommissioned, we now track three
states:

- LooksRegistered -- which means the SN is known to the network (but not
  necessarily active or fully staked)
- LooksFunded -- which means it is known *and* is fully funded, but not
  necessarily active
- LooksDecommissioned -- which means it is known, funded, and not
  currently active (which implies decommissioned).

The funded (or more precisely, unfunded) state is now tracked in
rc_lookup_handler in a "greenlist" -- i.e. new SNs that are so new (i.e.
"green") that they aren't even fully staked or active yet.
2 years ago
..
abstractrouter.hpp Oxend error ping + unfunded tracking 2 years ago
i_gossiper.hpp add gossip info to systemd status 2 years ago
i_outbound_message_handler.hpp Triggered pumping 3 years ago
i_outbound_session_maker.hpp Replace logging with oxen-logger 2 years ago
i_rc_lookup_handler.hpp Oxend error ping + unfunded tracking 2 years ago
outbound_message_handler.cpp Replace logging with oxen-logger 2 years ago
outbound_message_handler.hpp convert priority queues 2 years ago
outbound_session_maker.cpp * add establish fail enum 3 years ago
outbound_session_maker.hpp Replace ::Hash nested structs with std::hash specializations 3 years ago
rc_gossiper.cpp add gossip info to systemd status 2 years ago
rc_gossiper.hpp add gossip info to systemd status 2 years ago
rc_lookup_handler.cpp Oxend error ping + unfunded tracking 2 years ago
rc_lookup_handler.hpp Oxend error ping + unfunded tracking 2 years ago
route_poker.cpp Add more logging around route poking conditions 2 years ago
route_poker.hpp limit route poker 2 years ago
router.cpp Oxend error ping + unfunded tracking 2 years ago
router.hpp Oxend error ping + unfunded tracking 2 years ago