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.60 by root, Thu Jul 12 08:40:14 2007 UTC vs.
Revision 1.61 by root, Thu Jul 12 19:36:58 2007 UTC

190 uint8 ACC (RW, faceset); // CF+ selected faceset 190 uint8 ACC (RW, faceset); // CF+ selected faceset
191 191
192 tstamp ACC (RW, last_send); // last data send on socket. 192 tstamp ACC (RW, last_send); // last data send on socket.
193 193
194 int ACC (RW, rtt), ACC (RW, rttvar); /* round-trip time and -variance, if known */ 194 int ACC (RW, rtt), ACC (RW, rttvar); /* round-trip time and -variance, if known */
195 int ACC (RW, outq); // current socket outq length, or 0 if indeterminable
195 196
196 int ACC (RW, rate_avail); // current rate balance 197 int ACC (RW, rate_avail); // current rate balance
197 int ACC (RW, max_rate); // max. # of bytes to send per tick 198 int ACC (RW, max_rate); // max. # of bytes to send per tick
198 faceidx ACC (RW, scrub_idx); // which face to send next 199 faceidx ACC (RW, scrub_idx); // which face to send next
199 int ACC (RW, bg_scrub); // how many ticks till the next background face send 200 int ACC (RW, bg_scrub); // how many ticks till the next background face send

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines