quorum/p2p/discover
Felix Lange 251846d65a p2p/discover: fix out-of-bounds slicing for chunked neighbors packets
The code assumed that Table.closest always returns at least 13 nodes.
This is not true for small tables (e.g. during bootstrap).
2015-05-13 21:49:04 +02:00
..
database.go p2p/discover: track sha3(ID) in Node 2015-04-30 15:02:23 +02:00
database_test.go p2p/discover: track sha3(ID) in Node 2015-04-30 15:02:23 +02:00
node.go p2p/discover: new distance metric based on sha3(id) 2015-05-06 16:10:41 +02:00
node_test.go p2p/discover: new distance metric based on sha3(id) 2015-05-06 16:10:41 +02:00
table.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
udp.go p2p/discover: fix out-of-bounds slicing for chunked neighbors packets 2015-05-13 21:49:04 +02:00
udp_test.go p2p/discover: fix out-of-bounds slicing for chunked neighbors packets 2015-05-13 21:49:04 +02:00