From c1de5649bc000f44b462a3a846ea1a2b5568cf7f Mon Sep 17 00:00:00 2001 From: BlueMatthew Date: Sun, 19 Nov 2023 16:34:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=BC=93=E5=AD=98=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common.h b/src/common.h index e50ad0a..ddb6fd4 100644 --- a/src/common.h +++ b/src/common.h @@ -143,8 +143,8 @@ typedef ULONG_PTR DWORD_PTR, *PDWORD_PTR; #define SUCC 1 #define FAIL 0 -#define MAX_NET_BUF_SIZE (80*1024) -#define MAX_MSG_BUF_SIZE 81920 +#define MAX_NET_BUF_SIZE (1024*1024) +#define MAX_MSG_BUF_SIZE (1024*1024) #define NET_MAC_LEN 6