feat: 🐛 修正问题

This commit is contained in:
yuanQie 2025-05-20 20:27:26 +08:00
parent d0b1650d7a
commit c21aa4de46

View File

@ -10,7 +10,7 @@
// Description:
// (Aut@qieYuan_2025.05.04) 新增数据接收与发送 收发聚合无多线程
// -----------------------------------------------------------------
#define _GNU_SOURCE
#include <stddef.h>
#include <string.h>
#include <sys/time.h>
@ -38,7 +38,7 @@
// Last modified time: 2025.05.03
// Last Version: V1.0
//----------------------------------------------------
#define _GNU_SOURCE
#include <arpa/inet.h> // udp
#include <sched.h> // 绑定CPU
#include <pthread.h> // thread
@ -576,7 +576,7 @@ int32_t test_case(uint32_t argc, int32_t* argvp)
// uint8_t* ptr;
// uint16_t cu_flag = C_PLANE;
// HandleId_t handler;
HandleId_t handler;
handler.port_id = 0;
handler.inst_id = 0;
handler.type_id = CU_SPLIT;