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

Comparing deliantra/server/include/network.h (file contents):
Revision 1.18 by root, Thu Aug 16 06:36:56 2007 UTC vs.
Revision 1.19 by root, Sun Sep 30 20:22:18 2007 UTC

46#include <cstdarg> 46#include <cstdarg>
47 47
48/* Maximum size of any packet we expect. 48/* Maximum size of any packet we expect.
49 * 49 *
50 * The size must be the same in the server and the client (stupid). 50 * The size must be the same in the server and the client (stupid).
51 * TODO: make the actual network configurable per clietn and use 2**16. 51 * TODO: make the actual network configurable per client and use 2**16.
52 */ 52 */
53#define MAXSOCKBUF 10239 53#define MAXSOCKBUF 10239
54 54
55#define CS_QUERY_YESNO 0x1 /* Yes/no question */ 55#define CS_QUERY_YESNO 0x1 /* Yes/no question */
56#define CS_QUERY_SINGLECHAR 0x2 /* Single character response expected */ 56#define CS_QUERY_SINGLECHAR 0x2 /* Single character response expected */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines