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.37 by root, Sat Nov 17 23:33:18 2018 UTC vs.
Revision 1.38 by root, Wed Dec 5 21:18:37 2018 UTC

46 46
47//+GPL 47//+GPL
48 48
49#include <cstdarg> 49#include <cstdarg>
50 50
51#include "compiler.h" 51#include "ecb.h"
52 52
53/* Maximum size of any packet we expect. 53/* Maximum size of any packet we expect.
54 * 54 *
55 * The size must be the same in the server and the client (stupid). 55 * The size must be the same in the server and the client (stupid).
56 * TODO: make the actual network configurable per client and use 2**16. 56 * TODO: make the actual network configurable per client and use 2**16.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines