feature(adapt maat): PXY_SSL_FINGERPRINT adapt uuid

This commit is contained in:
luwenpeng
2024-09-25 10:46:57 +08:00
parent d93edf9880
commit 4ef367ac41
7 changed files with 151 additions and 121 deletions

View File

@@ -9,6 +9,7 @@
#include <time.h>
#include <dirent.h> //scan_dir
#include <stdbool.h>
#include <uuid/uuid.h>
#include "kafka.h"
#define LOG_TAG_CTRLPKT "CTRL_PACKET"
@@ -22,6 +23,8 @@
#define TFE_FAKE_C_DEFAULT_TTL 60
#define TFE_FAKE_S_DEFAULT_TTL 65
#define UUID_STRING_SIZE 37
#ifndef TFE_CONFIG_BACKLOG_DEFAULT
#define TFE_CONFIG_BACKLOG_DEFAULT 20
#endif