plugeth/p2p/discover
Felix Lange 7fa2607bd1 p2p/discover: bump maxBondingPingPongs to 16
This should increase the speed a bit because all findnode
results (up to 16) can be verified at the same time.
2015-05-14 14:53:29 +02:00
..
database_test.go p2p/discover: track sha3(ID) in Node 2015-04-30 15:02:23 +02:00
database.go p2p/discover: track sha3(ID) in Node 2015-04-30 15:02:23 +02:00
node_test.go p2p/discover: new distance metric based on sha3(id) 2015-05-06 16:10:41 +02:00
node.go p2p/discover: new distance metric based on sha3(id) 2015-05-06 16:10:41 +02:00
table_test.go p2p/discover: new distance metric based on sha3(id) 2015-05-06 16:10:41 +02:00
table.go p2p/discover: bump maxBondingPingPongs to 16 2015-05-14 14:53:29 +02:00
udp_test.go p2p/discover: fix out-of-bounds slicing for chunked neighbors packets 2015-05-13 21:49:04 +02:00
udp.go p2p/discover: fix out-of-bounds slicing for chunked neighbors packets 2015-05-13 21:49:04 +02:00