修复错误注释

This commit is contained in:
xiongziliang 2022-09-03 16:31:43 +08:00
parent 06c6654ed5
commit 5825f8b469

View File

@ -10,7 +10,7 @@
#include "Stamp.h" #include "Stamp.h"
//时间戳最大允许跳变30秒,主要是防止网络抖动导致的跳变 //时间戳最大允许跳变3秒,主要是防止网络抖动导致的跳变
#define MAX_DELTA_STAMP (3 * 1000) #define MAX_DELTA_STAMP (3 * 1000)
#define STAMP_LOOP_DELTA (60 * 1000) #define STAMP_LOOP_DELTA (60 * 1000)
#define MAX_CTS 500 #define MAX_CTS 500