-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- Send a
ClusterSetup::Initto the Master Server with the length + version number as a string and the length + key name as a string as well. - Send a
ClusterSetup::AnswerSecretwhen receiving aClusterSetup::Initfrom the Master Server. It should send back the decrypted passphrase. No length is required because it should be a fixed length anyways (20 characters). IP, port, max connections, and length + name also required. - If the cluster receives the AnswerSecret command back, that means its a success. Otherwise it fails and the server should not try again. Maintain a connection with the Master Server afterwards if successful.
- If successful, it should try reconnecting to the Master Server on a lost connection.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Ready