This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3220: Disable Packet Aggregation for UDP

Part Number: CC3220

Hi,

We are using below api to disable the packet aggregation in UDP for CC3200

/* Packet aggregation disabled*/
uint8_t RxAggrEnable = 0;
retVal = sl_NetCfgSet(SL_SET_HOST_RX_AGGR, 0, sizeof(RxAggrEnable), (uint8_t *) &RxAggrEnable);

Now i want to do the same for CC3220 but didn't find MACRO  "SL_SET_HOST_RX_AGGR" to disable the packet aggregation.

Can someone please explain me how i can disable packet aggregation in the CC3220

Thanks,

Mahesh