libotony 2e08dad9e6 p2p/discv5: unset pingEcho on pong timeout (#21324) 5 anni fa
..
README fdff182f11 p2p/discv5: add deprecation warning and remove unused code (#20367) 6 anni fa
database.go fdff182f11 p2p/discv5: add deprecation warning and remove unused code (#20367) 6 anni fa
database_test.go 6663e5da10 all: fix various comment typos (#17748) 7 anni fa
metrics.go 1a83114c74 all: update author list and licenses 6 anni fa
net.go 2e08dad9e6 p2p/discv5: unset pingEcho on pong timeout (#21324) 5 anni fa
net_test.go fdff182f11 p2p/discv5: add deprecation warning and remove unused code (#20367) 6 anni fa
node.go fdff182f11 p2p/discv5: add deprecation warning and remove unused code (#20367) 6 anni fa
node_test.go 1e1b18637e p2p/discv5: fix test on go 1.14 (#20724) 5 anni fa
nodeevent_string.go ba1030b6b8 build: enable goimports and varcheck linters (#16446) 7 anni fa
sim_run_test.go 49da42983a p2p/discv5: added new topic discovery package 9 anni fa
sim_test.go 0c359e4b9a p2p/discv5, p2p/testing: add missing Timer.Stop calls in tests (#20869) 5 anni fa
sim_testmain_test.go 49da42983a p2p/discv5: added new topic discovery package 9 anni fa
table.go fdff182f11 p2p/discv5: add deprecation warning and remove unused code (#20367) 6 anni fa
table_test.go fdff182f11 p2p/discv5: add deprecation warning and remove unused code (#20367) 6 anni fa
ticket.go fdff182f11 p2p/discv5: add deprecation warning and remove unused code (#20367) 6 anni fa
topic.go 864e80a48f p2p: fix some golint warnings (#16577) 7 anni fa
topic_test.go b8bd9a71c8 all: update license information 9 anni fa
udp.go fdff182f11 p2p/discv5: add deprecation warning and remove unused code (#20367) 6 anni fa

README

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.