Fixed protocol issue: Avatar data packets did not have any padding. Increased maximum packet size.

This commit is contained in:
lotodore
2007-10-12 15:15:03 +00:00
parent 375ea47778
commit 6cf0d8777a
3 changed files with 27 additions and 7 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
#define NET_VERSION_MINOR 0
#define MIN_PACKET_SIZE 4
#define MAX_PACKET_SIZE 264
#define MAX_PACKET_SIZE 268
#define MAX_NAME_SIZE 64
#define MAX_PASSWORD_SIZE 64
#define MAX_NUM_MANUAL_BLINDS 30