Pseudo-random address allocation

This commit is contained in:
Tim Beatham
2023-09-20 14:34:34 +01:00
parent dcf851a02e
commit cfdf377567
8 changed files with 757 additions and 39 deletions

View File

@@ -20,7 +20,6 @@ func createNewMesh(client *ipcRpc.Client) string {
return err.Error()
}
joinMesh(client, reply, "localhost")
return reply
}