good morning!!!!

Skip to content
Snippets Groups Projects
  1. Sep 10, 2020
  2. Sep 09, 2020
  3. Sep 08, 2020
  4. Sep 07, 2020
  5. Sep 02, 2020
  6. Sep 01, 2020
  7. Aug 28, 2020
  8. Aug 27, 2020
  9. Aug 26, 2020
  10. Aug 25, 2020
  11. Aug 24, 2020
    • timcooijmans's avatar
      p2p/discover: avoid dropping unverified nodes when table is almost empty (#21396) · 7b5107b7
      timcooijmans authored
      
      This change improves discovery behavior in small networks. Very small
      networks would often fail to bootstrap because all member nodes were
      dropping table content due to findnode failure. The check is now changed
      to avoid dropping nodes on findnode failure when their bucket is almost
      empty. It also relaxes the liveness check requirement for FINDNODE/v4
      response nodes, returning unverified nodes as results when there aren't
      any verified nodes yet.
      
      The "findnode failed" log now reports whether the node was dropped
      instead of the number of results. The value of the "results" was
      always zero by definition.
      
      Co-authored-by: default avatarFelix Lange <fjl@twurst.com>
      Unverified
      7b5107b7
Loading