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
a47341cf96
p2p, p2p/discover, p2p/discv5: add IP network restriction feature
...
The p2p packages can now be configured to restrict all communication to
a certain subset of IP networks. This feature is meant to be used for
private networks.
8 years ago
..
discover
p2p, p2p/discover, p2p/discv5: add IP network restriction feature
8 years ago
discv5
p2p, p2p/discover, p2p/discv5: add IP network restriction feature
8 years ago
nat
Merge pull request #2914 from fjl/node-coinhabit
8 years ago
netutil
p2p/netutil: new package for network utilities
8 years ago
dial.go
p2p, p2p/discover, p2p/discv5: add IP network restriction feature
8 years ago
dial_test.go
p2p, p2p/discover, p2p/discv5: add IP network restriction feature
8 years ago
message.go
all: fix license headers one more time
9 years ago
message_test.go
all: fix go vet warnings
9 years ago
metrics.go
eth, metrics, p2p: prepare metrics and net packets to eth/62
9 years ago
peer.go
p2p: EIP-8 changes
9 years ago
peer_error.go
p2p: fix value of DiscSubprotocolError
9 years ago
peer_test.go
all: fix license headers one more time
9 years ago
protocol.go
eth, p2p, rpc/api: polish protocol info gathering
9 years ago
rlpx.go
p2p: enable EIP-8 handshake sending
9 years ago
rlpx_test.go
all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()
9 years ago
server.go
p2p, p2p/discover, p2p/discv5: add IP network restriction feature
8 years ago
server_test.go
node, p2p, internal: Add ability to remove peers via admin interface
8 years ago