Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Felix Lange
c420dcb39c
p2p: enforce connection retry limit on server side ( #19684 )
...
The dialer limits itself to one attempt every 30s. Apply the same limit
in Server and reject peers which try to connect too eagerly. The check
against the limit happens right after accepting the connection.
Further changes in this commit ensure we pass the Server logger
down to Peer instances, discovery and dialState. Unit test logging now
works in all Server tests.
6 years ago
..
discover
p2p/enode: improve IPv6 support, add ENR text representation ( #19663 )
6 years ago
discv5
vendor, crypto, swarm: switch over to upstream sha3 package
6 years ago
enode
p2p/enode: improve IPv6 support, add ENR text representation ( #19663 )
6 years ago
enr
p2p/enode: improve IPv6 support, add ENR text representation ( #19663 )
6 years ago
nat
p2p, p2p/discover: add signed ENR generation ( #17753 )
6 years ago
netutil
p2p: enforce connection retry limit on server side ( #19684 )
6 years ago
simulations
swarm/network: Use different privatekey for bzz overlay in sim ( #19313 )
6 years ago
testing
swarm/storage/localstore: fix export db.Put signature
6 years ago
dial.go
p2p: enforce connection retry limit on server side ( #19684 )
6 years ago
dial_test.go
p2p: enforce connection retry limit on server side ( #19684 )
6 years ago
message.go
all: new p2p node representation ( #17643 )
6 years ago
message_test.go
all: fix go vet warnings
9 years ago
metrics.go
core, ethdb, metrics, p2p: expose various counter metrics for grafana
6 years ago
peer.go
p2p: enforce connection retry limit on server side ( #19684 )
6 years ago
peer_error.go
p2p: fix some golint warnings ( #16577 )
7 years ago
peer_test.go
p2p: enforce connection retry limit on server side ( #19684 )
6 years ago
protocol.go
p2p, p2p/discover: add signed ENR generation ( #17753 )
6 years ago
rlpx.go
accounts, p2p, rpc: make CGO_ENABLED=0 build again ( #19593 )
6 years ago
rlpx_test.go
p2p: remove useless parameter ( #19433 )
6 years ago
server.go
p2p: enforce connection retry limit on server side ( #19684 )
6 years ago
server_test.go
p2p: enforce connection retry limit on server side ( #19684 )
6 years ago
util.go
p2p: enforce connection retry limit on server side ( #19684 )
6 years ago
util_test.go
p2p: enforce connection retry limit on server side ( #19684 )
6 years ago