From 56a8fa3b25b0e2848a6791152e28d4ee3cdbb4a9 Mon Sep 17 00:00:00 2001 From: yangduo Date: Thu, 12 Sep 2024 11:06:53 +0800 Subject: [PATCH] 1 --- server/jccommon/constant.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/jccommon/constant.go b/server/jccommon/constant.go index f11725e9..748eff4e 100644 --- a/server/jccommon/constant.go +++ b/server/jccommon/constant.go @@ -1,5 +1,9 @@ package jccommon +const ( + MAX_PACKET_LEN = 1024 * 64 +) + const ( NFT_TYPE_CFHERO = 1 NFT_TYPE_GOLD_BULLION = 11