+ bool stop_transmission(std::string host, int port);
+
+ /**
+ * Maneja los comandos recibidos por las conexiones.
+ *
+ * \todo Hacer un tipo Command abstracto o algo así.
+ */
+ void on_control_command_received(const Command& command,
+ ControlServer* server);