micro/network
Milos Gajdos ec2fbde979
Limit the number of outbound connections to MaxConnections
This commit also fixes control channel shenanigans:
- recover error in control channel accept
2019-10-08 14:48:04 +01:00
..
handler Add Network.Services handler 2019-09-30 07:51:13 +01:00
proto Add Network.Services handler 2019-09-30 07:51:13 +01:00
resolver Add dns net.LookupHost resolver! 2019-10-08 09:04:13 +01:00
default.go Limit the number of outbound connections to MaxConnections 2019-10-08 14:48:04 +01:00
network.go Changed RPC methods. Changed Network interface. 2019-09-13 03:03:56 +01:00
node_test.go Prune stale nodes in the whole topology. 2019-09-16 19:22:55 +01:00
node.go Remove data race; Unlock once done pruning/deleting 2019-09-19 11:53:13 +01:00
options.go Replace Nodes with Peers 2019-09-19 16:32:15 +01:00