mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-21 21:40:49 +02:00
Couple more gcc warnings killed, fixed a bug within protocol.c, and added initial colour detections based on protocol findings.
This commit is contained in:
parent
70d7785fea
commit
db5b776326
5 changed files with 26 additions and 11 deletions
|
@ -37,7 +37,7 @@ typedef struct descriptor_data descriptor_t;
|
|||
|
||||
#define MAX_PROTOCOL_BUFFER 2048
|
||||
#define MAX_VARIABLE_LENGTH 4096
|
||||
#define MAX_OUTPUT_BUFFER 8192
|
||||
#define MAX_OUTPUT_BUFFER LARGE_BUFSIZE
|
||||
#define MAX_MSSP_BUFFER 4096
|
||||
|
||||
#define SEND 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue