plugeth/p2p/discv5
2020-04-02 10:11:16 +02:00
..
database_test.go all: fix various comment typos (#17748) 2018-09-25 12:26:35 +02:00
database.go p2p/discv5: add deprecation warning and remove unused code (#20367) 2019-11-22 18:02:13 +02:00
metrics.go all: update author list and licenses 2019-07-22 12:17:27 +03:00
net_test.go p2p/discv5: add deprecation warning and remove unused code (#20367) 2019-11-22 18:02:13 +02:00
net.go p2p/discv5: add missing Timer.Stop calls (#20853) 2020-04-02 10:11:16 +02:00
node_test.go p2p/discv5: fix test on go 1.14 (#20724) 2020-02-27 14:10:28 +02:00
node.go p2p/discv5: add deprecation warning and remove unused code (#20367) 2019-11-22 18:02:13 +02:00
nodeevent_string.go build: enable goimports and varcheck linters (#16446) 2018-04-18 00:53:50 +02:00
README p2p/discv5: add deprecation warning and remove unused code (#20367) 2019-11-22 18:02:13 +02:00
sim_run_test.go p2p/discv5: added new topic discovery package 2016-11-09 02:12:53 +01:00
sim_test.go p2p/discv5: add deprecation warning and remove unused code (#20367) 2019-11-22 18:02:13 +02:00
sim_testmain_test.go p2p/discv5: added new topic discovery package 2016-11-09 02:12:53 +01:00
table_test.go p2p/discv5: add deprecation warning and remove unused code (#20367) 2019-11-22 18:02:13 +02:00
table.go p2p/discv5: add deprecation warning and remove unused code (#20367) 2019-11-22 18:02:13 +02:00
ticket.go p2p/discv5: add deprecation warning and remove unused code (#20367) 2019-11-22 18:02:13 +02:00
topic_test.go all: update license information 2016-11-09 02:51:34 +01:00
topic.go p2p: fix some golint warnings (#16577) 2018-05-08 13:08:43 +02:00
udp.go p2p/discv5: add deprecation warning and remove unused code (#20367) 2019-11-22 18:02:13 +02:00

This package is an early prototype of Discovery v5. Do not use this code.

See https://github.com/ethereum/devp2p/blob/master/discv5/discv5.md for the
current Discovery v5 specification.