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