ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/client.h
(Generate patch)

Comparing deliantra/server/include/client.h (file contents):
Revision 1.85 by root, Sun Dec 28 06:59:26 2008 UTC vs.
Revision 1.86 by root, Wed Sep 2 16:54:20 2009 UTC

204 shstr ACC (RW, version); // CF+ client name/version 204 shstr ACC (RW, version); // CF+ client name/version
205 uint8 ACC (RW, faceset); // CF+ selected faceset 205 uint8 ACC (RW, faceset); // CF+ selected faceset
206 206
207 tstamp ACC (RW, last_send); // last data send on socket. 207 tstamp ACC (RW, last_send); // last data send on socket.
208 208
209 float ACC (RW, socket_timeout); /* after how many seconds of no ack do we declare dead */
209 int ACC (RW, rate_avail); // current rate balance 210 int ACC (RW, rate_avail); // current rate balance
210 int ACC (RW, max_rate); // max. # of bytes to send per tick 211 int ACC (RW, max_rate); // max. # of bytes to send per tick
211 faceidx ACC (RW, scrub_idx); // which face to send next 212 faceidx ACC (RW, scrub_idx); // which face to send next
212 int ACC (RW, bg_scrub); // how many ticks till the next background face send 213 int ACC (RW, bg_scrub); // how many ticks till the next background face send
213 214

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines