From d9aa9e50793ac1839d56ddc9d5d216216c220f3c Mon Sep 17 00:00:00 2001 From: luwenpeng Date: Thu, 7 Mar 2024 09:44:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86Packet=20Max=20Layer=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=BA32?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/include/packet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/include/packet.h b/common/include/packet.h index ce9c463..1fa0337 100644 --- a/common/include/packet.h +++ b/common/include/packet.h @@ -65,7 +65,7 @@ struct layer_record uint16_t pld_len; // payload length }; -#define PACKET_MAX_LAYERS 16 +#define PACKET_MAX_LAYERS 32 struct packet { struct layer_record layers[PACKET_MAX_LAYERS];