ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/init.C
(Generate patch)

Comparing deliantra/server/socket/init.C (file contents):
Revision 1.66 by root, Thu Apr 8 19:31:22 2010 UTC vs.
Revision 1.67 by root, Mon Apr 12 05:22:38 2010 UTC

132 state = ST_SETUP; 132 state = ST_SETUP;
133 mapmode = Map1aCmd; 133 mapmode = Map1aCmd;
134 mapx = 11; 134 mapx = 11;
135 mapy = 11; 135 mapy = 11;
136 itemcmd = 1; /* Default is version item1 command */ 136 itemcmd = 1; /* Default is version item1 command */
137 max_rate = 200000 / (1000000 / MAX_TIME); // ~2mbit is assumed per default 137 max_rate = 100000 / (1000000 / MAX_TIME); // ~1mbit is assumed per default
138 138
139 /* Do this so we don't send a face command for the client for 139 /* Do this so we don't send a face command for the client for
140 * this face. Face 0 is sent to the client to say clear 140 * this face. Face 0 is sent to the client to say clear
141 * face information. 141 * face information.
142 */ 142 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines