From d055d7212ebebfaf06f7070e3ca599234bcc1892 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Tue, 23 Oct 2012 06:34:30 -0500 Subject: [PATCH] * adding heartbeat interval to login_ack --- src/client_container.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client_container.proto b/src/client_container.proto index 25a879003..0062f4c11 100644 --- a/src/client_container.proto +++ b/src/client_container.proto @@ -84,6 +84,7 @@ message LoginAck { optional string public_ip = 1; optional string client_id = 2; // a new client_id if none is supplied in Login, or just the original client_id echoed back optional string token = 3; // the remember me token. This is useful if you logged in with username/password (otherwise it's just 'token' echoed back) + optional int32 heartbeat_interval = 4; // set your heartbeat interval to this value } // route_to: server