Below is the list of messages exchanged between the Daemon and the Manager:

Message::Code

package sf.core.protocol.daemon_manager;

enum Code {
  Ack = 1;
  Shutdown = 2;
}

Name Code Meaning
Ack 1 This message is an acknowledgement of a request
Shutdown 2 Request the manager process to shutdown