From 8569472a2a76a83265c1f084c5a121766699f98b Mon Sep 17 00:00:00 2001 From: bacon Date: Thu, 3 Jul 2025 14:45:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E7=94=9F=E6=88=90=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E5=8C=85=E9=95=BF=E7=9A=84=E6=A3=80=E6=9F=A5=E4=B8=8A?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tb/shinTest/gen_pkt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tb/shinTest/gen_pkt.py b/tb/shinTest/gen_pkt.py index 1e61792..08a774e 100755 --- a/tb/shinTest/gen_pkt.py +++ b/tb/shinTest/gen_pkt.py @@ -51,7 +51,7 @@ class GenPkt(object): else: pkt_len = pkt_len + sp[5] + 8 - if pkt_len > 2048: + if pkt_len > 2044: print('Error, bad pkt_len:', pkt_len) return