Skip to content

Commit 5bb33f7

Browse files
zhangyue1818zhaoxi
authored andcommitted
Port UDP motion layer fixes from ic_udpifc.c to udp2
This commit integrates critical UDP motion layer improvements from commits a337ea2 and acec354 into the contrib/udp2 component, addressing extreme-scenario issues in resource-constrained environments. More details see commits a337ea2 and acec354. Co-authored-by: zhaoxi <[email protected]>
1 parent d6c427b commit 5bb33f7

File tree

4 files changed

+931
-74
lines changed

4 files changed

+931
-74
lines changed

contrib/udp2/ic_common/ic_utility.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ typedef enum GpVars_Interconnect_Method_IC
100100
{
101101
INTERCONNECT_FC_METHOD_CAPACITY_IC = 0,
102102
INTERCONNECT_FC_METHOD_LOSS_IC = 2,
103+
INTERCONNECT_FC_METHOD_LOSS_ADVANCE_IC = 3,
104+
INTERCONNECT_FC_METHOD_LOSS_TIMER_IC = 4,
103105
} GpVars_Interconnect_Method_IC;
104106

105107
typedef enum

0 commit comments

Comments
 (0)