提交 a95af703 authored 作者: Mathieu Parent's avatar Mathieu Parent

Skinny: set max message size to 2048 for now

(part of FS-2912)
上级 8e62bfcb
......@@ -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 */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论