quorum/p2p
Martin Holst Swende dc92779c0a p2p: change ping ticker to timer (#15071)
Using a Timer over Ticker seems to be a lot better, though I cannot fully
account for why that it behaves so (since Ticker should be more bursty, but not
necessarily more active over time, but that may depend on how long window it
uses to decide on when to tick next)
2017-09-04 09:24:52 +02:00
..
discover discover: Changed Logging from Debug to Info (#14485) 2017-05-20 13:10:59 +02:00
discv5 cmd/geth: add --config file flag (#13875) 2017-04-12 17:27:23 +03:00
nat p2p, p2p/discover, p2p/nat: rework logging using context keys 2017-02-28 10:20:29 +01:00
netutil cmd/geth: add --config file flag (#13875) 2017-04-12 17:27:23 +03:00
dial.go p2p: if no nodes are connected, attempt dialing bootnodes (#13874) 2017-04-10 18:33:41 +02:00
dial_test.go p2p: if no nodes are connected, attempt dialing bootnodes (#13874) 2017-04-10 18:33:41 +02:00
message.go
message_test.go all: fix go vet warnings 2016-04-15 11:17:27 +02:00
metrics.go
peer.go p2p: change ping ticker to timer (#15071) 2017-09-04 09:24:52 +02:00
peer_error.go p2p, p2p/discover, p2p/nat: rework logging using context keys 2017-02-28 10:20:29 +01:00
peer_test.go p2p, p2p/discover, p2p/nat: rework logging using context keys 2017-02-28 10:20:29 +01:00
protocol.go
rlpx.go crypto: add btcec fallback for sign/recover without cgo (#3680) 2017-02-18 09:24:12 +01:00
rlpx_test.go all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() 2016-02-21 22:34:34 +00:00
server.go cmd/geth: add --config file flag (#13875) 2017-04-12 17:27:23 +03:00
server_test.go all: disable log message colors outside of geth 2017-02-27 15:33:12 +01:00