Skinny: set max message size to 2048 for now

(part of FS-2912)
This commit is contained in:
Mathieu Parent 2010-12-15 19:43:13 +01:00
parent 8e62bfcb95
commit a95af70323
1 changed files with 1 additions and 1 deletions

View File

@ -552,7 +552,7 @@ struct PACKED service_url_stat_res_message {
/*****************************************************************************/
#define SKINNY_MESSAGE_FIELD_SIZE 4 /* 4-bytes field */
#define SKINNY_MESSAGE_HEADERSIZE 12 /* three 4-bytes fields */
#define SKINNY_MESSAGE_MAXSIZE 1000
#define SKINNY_MESSAGE_MAXSIZE 2048
union skinny_data {
/* no data for KEEP_ALIVE_MESSAGE */