We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f25b2d + 18c0464 commit efb6eceCopy full SHA for efb6ece
enterprise/derpmesh/derpmesh.go
@@ -82,7 +82,7 @@ func (m *Mesh) SetAddresses(addresses []string) {
82
m.mutex.Unlock()
83
}
84
85
-// addAddress begins meshing with a new address.
+// addAddress begins meshing with a new address. It returns false if the address is already being meshed with.
86
// It's expected that this is a full HTTP address with a path.
87
// e.g. http://127.0.0.1:8080/derp
88
func (m *Mesh) addAddress(address string) (bool, error) {
0 commit comments