Dear RIOT maintainers,
I’m working on a project that requires sending large amounts of data (40-50KB) in UDP packets and measuring the performance (in terms of time) on my RIOT-based board.
Currently, when I try to do this, the application outputs the error message: gnrc_netif: can't queue packet for sending
. While I understand that simply increasing the pktbuf size might resolve this, I don’t believe it’s the optimal solution.
I’m writing to ask if you have any insights or best practices for handling this kind of situation. How would you recommend programming this to efficiently send large amounts of data over UDP?
Thank you for your time and expertise, Dingisoul