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

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.