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.107 by root, Mon Oct 29 23:55:53 2012 UTC vs.
Revision 1.108 by root, Tue Oct 30 17:07:50 2012 UTC

239 std::bitset<FT_NUM> fx_want; 239 std::bitset<FT_NUM> fx_want;
240 240
241 // if we get an incomplete packet, this is used to hold the data. 241 // if we get an incomplete packet, this is used to hold the data.
242 // we add 2 byte for the header, one for the trailing 0 byte 242 // we add 2 byte for the header, one for the trailing 0 byte
243 uint8 inbuf[MAXSOCKBUF + 2 + 1]; 243 uint8 inbuf[MAXSOCKBUF + 2 + 1];
244 void inbuf_handle ();
244 245
245 enum { MSG_BUF_SIZE = 80, MSG_BUF_COUNT = 10 }; 246 enum { MSG_BUF_SIZE = 80, MSG_BUF_COUNT = 10 };
246 struct msg_buf 247 struct msg_buf
247 { 248 {
248 tick_t expire; 249 tick_t expire;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines