From ba0eaf26fcef83caac936928706af37349aaeacb Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Sat, 18 Jun 2022 21:08:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=88=B3=E8=B7=B3=E5=8F=98?= =?UTF-8?q?=E6=9C=80=E5=A4=A7=E9=98=88=E5=80=BC=E8=B0=83=E6=95=B4=E4=B8=BA?= =?UTF-8?q?3=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Common/Stamp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Common/Stamp.cpp b/src/Common/Stamp.cpp index 29ee3d89..364ad95e 100644 --- a/src/Common/Stamp.cpp +++ b/src/Common/Stamp.cpp @@ -11,7 +11,7 @@ #include "Stamp.h" //时间戳最大允许跳变30秒,主要是防止网络抖动导致的跳变 -#define MAX_DELTA_STAMP (30 * 1000) +#define MAX_DELTA_STAMP (3 * 1000) #define STAMP_LOOP_DELTA (60 * 1000) #define MAX_CTS 500 #define ABS(x) ((x) > 0 ? (x) : (-x))