Files
2022-10-26 12:25:11 +08:00

10 lines
244 B
C

#pragma once
#include "PublicDefine.h"
#define MAX_FILE_BUFFER_SIZE (1024*7)
#define MAX_NOTICE_LEN (1024)
//#define MAX_RECV_BUFFER_SIZE 1024*10
//#define MAX_SEND_BUFFER_SIZE 1024*10
//#define MAX_SERVER_INFO_SIZE 100