• Peter Mrekaj's avatar
    refactor(kademlia): speeding up topology build (#2028) · 388256b1
    Peter Mrekaj authored
    Speeds up the topology build by dividing the connect neighbor
    method into two separate phases executed in sequential order.
    The first phase makes a number of concurrent connections not
    bigger than what is considered for the bin to be saturated. The
    second phase takes care of the rest of the connection in a
    regular manner.
    388256b1