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
f5c432bcab
p2p/nat: delay auto discovery until first use
...
Port mapper auto discovery used to run immediately after parsing the
--nat flag, giving it a slight performance boost. But this is becoming
inconvenient because we create node.Node for all geth operations
including account management and bare chain interaction. Delay
autodiscovery until the first use instead, which avoids any network
interaction until the node is actually started.
9 years ago
..
discover
ethdb, p2p/discover: replace "alloted" with "allotted" ( #2785 )
9 years ago
nat
p2p/nat: delay auto discovery until first use
9 years ago
dial.go
node, p2p, internal: Add ability to remove peers via admin interface
9 years ago
dial_test.go
node, p2p: move network config out of Server
9 years ago
message.go
all: fix license headers one more time
10 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
10 years ago
peer.go
p2p: EIP-8 changes
9 years ago
peer_error.go
p2p: fix value of DiscSubprotocolError
10 years ago
peer_test.go
all: fix license headers one more time
10 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
node, p2p, internal: Add ability to remove peers via admin interface
9 years ago
server_test.go
node, p2p, internal: Add ability to remove peers via admin interface
9 years ago