aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/discover/udp_test.go
Commit message (Expand)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-03-121-4/+4
* p2p/discover, p2p/enode: rework endpoint proof handling, packet logging (#18963)Felix Lange2019-01-301-38/+99
* p2p, p2p/discover: add signed ENR generation (#17753)Felix Lange2018-10-121-4/+7
* all: new p2p node representation (#17643)Felix Lange2018-09-251-39/+43
* p2p/discover: move bond logic from table to transport (#17048)Felix Lange2018-07-031-4/+6
* p2p/discover: s/lastPong/bondTime/, update TestUDP_findnodeFelix Lange2018-02-171-6/+2
* p2p, p2p/discover: misc connectivity improvements (#16069)Felix Lange2018-02-121-10/+11
* p2p, p2p/discover, p2p/discv5: implement UDP port sharing (#15200)Felföldi Zsolt2018-01-221-1/+2
* all: fix spelling errorsPéter Szilágyi2017-01-071-1/+1
* 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-1/+1
* p2p/discover, p2p/discv5: prevent relay of invalid IPs and low portsFelix Lange2016-11-231-3/+4
* p2p/discover, p2p/discv5: use netutil.IsTemporaryErrorFelix Lange2016-11-231-50/+0
* all: fix go vet warningsFelix Lange2016-04-151-1/+1
* all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-221-1/+1
* p2p/discover: EIP-8 changesFelix Lange2016-02-191-0/+112
* p2p/discover: fix Windows-specific issue for larger-than-buffer packetsFelix Lange2016-01-231-4/+52
* p2p/discover: attempt to deflake TestUDP_responseTimeoutsFelix Lange2015-12-181-1/+2
* p2p/discover: support incomplete node URLs, add ResolveFelix Lange2015-12-181-1/+1
* node: customizable protocol and service stacksPéter Szilágyi2015-11-271-1/+1
* p2p/discover: ignore packet version numbersFelix Lange2015-09-301-1/+0
* p2p/discover: fix UDP reply packet timeout handlingFelix Lange2015-08-111-0/+73
* p2p/discover: unlock the table during ping replacementFelix Lange2015-08-111-1/+1
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* p2p/discover: deflake TestUDP_successfulPingFelix Lange2015-06-101-33/+22
* p2p/discover: fix out-of-bounds slicing for chunked neighbors packetsFelix Lange2015-05-141-18/+13
* fix test.subtly2015-05-141-1/+1
* Manual send of multiple neighbours packets. Test receiving multiple neighbour...subtly2015-05-141-2/+12
* removed redundant newlines in import blockBas van Kervel2015-05-121-1/+1
* replaced several path.* with filepath.* which is platform independentBas van Kervel2015-05-121-2/+2
* p2p/discover: new distance metric based on sha3(id)Felix Lange2015-05-061-10/+6
* p2p/discover: track sha3(ID) in NodeFelix Lange2015-04-301-8/+12
* p2p/discover: new endpoint formatFelix Lange2015-04-301-28/+53
* cmd/bootnode, eth, p2p, p2p/discover: use a fancier db designPéter Szilágyi2015-04-241-3/+7
* cmd/bootnode, eth, p2p, p2p/discover: clean up the seeder and mesh into eth.Péter Szilágyi2015-04-241-2/+2
* p2p/discovery: fix broken tests due to API updatePéter Szilágyi2015-04-241-1/+1
* p2p/discover: implement node bondingFelix Lange2015-04-011-147/+275
* p2p/discover: map listening port using configured mechanismFelix Lange2015-02-131-7/+7
* p2p/discover: deflake UDP testsFelix Lange2015-02-091-55/+107
* p2p/discover: add node URL functions, distinguish TCP/UDP portsFelix Lange2015-02-071-5/+8
* p2p/discover: add some helper functionsFelix Lange2015-02-061-7/+7
* p2p/discover: new package implementing the Node Discovery ProtocolFelix Lange2015-02-061-0/+156