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

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.