micro/network
Milos Gajdos 3d5d9be02a
Avoid recursive calls to RLock()
Topology calls itsel recursively invoking RLock. This, according to go
documentation is wrong. This commit moves the body of Topology function
to a non-thread safe unexported function to keep locsk at check!
2019-10-18 11:26:43 +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 Cleanup of tunnel dial code. Clean up network channel processors 2019-10-16 20:44:22 +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 Avoid recursive calls to RLock() 2019-10-18 11:26:43 +01:00
options.go Replace Nodes with Peers 2019-09-19 16:32:15 +01:00