* adding heartbeat interval to login_ack

This commit is contained in:
Seth Call 2012-10-23 06:34:30 -05:00
parent ba473ee9c9
commit d055d7212e
1 changed files with 1 additions and 0 deletions

View File

@ -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