micro/network
Milos Gajdos fed5af68e6
Handle Accept errors gracefully.
Originally when Accept fails we log the error and let the program flow
continue. This can lead to us spawning handling connection go routines
on nil connections which in turn leads to Go panics.
2019-10-15 15:07:28 +01:00
..
proto Spaces not tabs 2019-10-13 12:40:53 +01:00
resolver Support reconnects 2019-10-13 18:36:22 +01:00
service/handler Support reconnects 2019-10-13 18:36:22 +01:00
default.go Handle Accept errors gracefully. 2019-10-15 15:07:28 +01:00
network.go add Network.Init method 2019-10-13 12:38:13 +01:00
node_test.go Prune stale nodes in the whole topology. 2019-09-16 19:22:55 +01:00
node.go add network name to node 2019-10-14 22:26:23 +01:00
options.go Replace Nodes with Peers 2019-09-19 16:32:15 +01:00