nim-eth/eth/p2p
Adam Spitz 58284ffeda
Attempt to connect to many peers concurrently, not in sequence. (#575)
The old code, which did it in sequence, made it take a very long
time to accumulate peers in the peer pool, particularly because
occasionally a connection-attempt would hang for a couple of minutes
before timing out.
2023-01-04 05:56:23 -05:00
..
discoveryv5 add eth topic to all the logs scope (#568) 2022-12-06 14:54:03 +01:00
private Attempt to connect to many peers concurrently, not in sequence. (#575) 2023-01-04 05:56:23 -05:00
auth.nim Fix possible crashes due to RangeErrors in rlpx auth decoding (#558) 2022-11-17 08:46:27 +01:00
bootnodes.nim Clean-up bootnodes.nim (#518) 2022-07-08 20:32:41 +02:00
discovery.nim add eth topic to all the logs scope (#568) 2022-12-06 14:54:03 +01:00
ecies.nim Fix possible crashes due to RangeErrors in rlpx auth decoding (#558) 2022-11-17 08:46:27 +01:00
enode.nim Add build_dcli target and add it to CI (#344) 2021-04-06 13:33:24 +02:00
kademlia.nim add eth topic to all the logs scope (#568) 2022-12-06 14:54:03 +01:00
p2p_backends_helpers.nim Revert #544 "Fix related to nim devel branch" (#551) 2022-11-09 18:57:04 +01:00
p2p_protocol_dsl.nim Fix some typos (#557) 2022-11-16 17:44:00 +01:00
p2p_tracing.nim Add build_dcli target and add it to CI (#344) 2021-04-06 13:33:24 +02:00
p2p_tracing_ctail_plugin.nim Moved eth-p2p to eth 2019-02-05 17:40:29 +02:00
peer_pool.nim Attempt to connect to many peers concurrently, not in sequence. (#575) 2023-01-04 05:56:23 -05:00
rlpx.nim Fix accidential usage of default rlp decode for DisconnectionReason (#572) 2022-12-14 10:57:23 +01:00
rlpxcrypt.nim Tackle some Nim warnings new since Nim 1.4 & 1.6 (#553) 2022-11-10 16:32:57 +01:00