aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/discv5/udp.go
Commit message (Expand)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-6/+6
* p2p, p2p/discover: add signed ENR generation (#17753)Felix Lange2018-10-121-1/+2
* p2p/discv5: add egress/ingress traffic metrics to discv5 udp transport (#16369)Dmitry Shulyak2018-05-291-1/+4
* build: enable goimports and varcheck linters (#16446)thomasmodeneis2018-04-181-12/+4
* p2p/discv5: fix multiple discovery issues (#16036)Felföldi Zsolt2018-02-091-10/+10
* p2p/discv5: logs info about discv5 node info at bind timeMartin Holst Swende2018-01-231-0/+1
* p2p, p2p/discover, p2p/discv5: implement UDP port sharing (#15200)Felföldi Zsolt2018-01-221-28/+18
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-9/+8
* p2p: remove trailing newlines from log messagesPéter Szilágyi2017-02-231-2/+2
* p2p/discover, p2p/discv5: use flexible comparison for IPsPéter Szilágyi2016-12-151-1/+1
* p2p, p2p/discover, p2p/discv5: add IP network restriction featureFelix Lange2016-11-231-2/+2
* p2p/discover, p2p/discv5: prevent relay of invalid IPs and low portsFelix Lange2016-11-231-2/+8
* p2p/discover, p2p/discv5: use netutil.IsTemporaryErrorFelix Lange2016-11-231-8/+1
* p2p/discv5: fixed bootnode connect issuesZsolt Felfoldi2016-11-141-0/+4
* all: update license informationFelix Lange2016-11-091-1/+1
* p2p/discv5: added new topic discovery packageZsolt Felfoldi2016-11-091-0/+456