feat: 🐛 修正问题
This commit is contained in:
parent
d0b1650d7a
commit
c21aa4de46
@ -10,7 +10,7 @@
|
|||||||
// Description:
|
// Description:
|
||||||
// (Aut@qieYuan_2025.05.04) 新增数据接收与发送 收发聚合无多线程
|
// (Aut@qieYuan_2025.05.04) 新增数据接收与发送 收发聚合无多线程
|
||||||
// -----------------------------------------------------------------
|
// -----------------------------------------------------------------
|
||||||
|
#define _GNU_SOURCE
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
@ -38,7 +38,7 @@
|
|||||||
// Last modified time: 2025.05.03
|
// Last modified time: 2025.05.03
|
||||||
// Last Version: V1.0
|
// Last Version: V1.0
|
||||||
//----------------------------------------------------
|
//----------------------------------------------------
|
||||||
#define _GNU_SOURCE
|
|
||||||
#include <arpa/inet.h> // udp
|
#include <arpa/inet.h> // udp
|
||||||
#include <sched.h> // 绑定CPU
|
#include <sched.h> // 绑定CPU
|
||||||
#include <pthread.h> // thread
|
#include <pthread.h> // thread
|
||||||
@ -576,7 +576,7 @@ int32_t test_case(uint32_t argc, int32_t* argvp)
|
|||||||
// uint8_t* ptr;
|
// uint8_t* ptr;
|
||||||
|
|
||||||
// uint16_t cu_flag = C_PLANE;
|
// uint16_t cu_flag = C_PLANE;
|
||||||
// HandleId_t handler;
|
HandleId_t handler;
|
||||||
handler.port_id = 0;
|
handler.port_id = 0;
|
||||||
handler.inst_id = 0;
|
handler.inst_id = 0;
|
||||||
handler.type_id = CU_SPLIT;
|
handler.type_id = CU_SPLIT;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user