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.

NDK无法接收单次发送超过3021字节的数据

你好,我现在在C6455的平台上用NDK软件包开发UDP组播程序,发现当上位机用socket单次发送超过3068字节的数据时,DSP就无法接收到数据。我已经修改了接收和发送的缓冲区大小为8192。

看了NDK的手册,说可以修改pbm.c里面的MMALLOC_MAXSIZE宏,然后重新编译。

现在的问题就是不知道怎么去接收发送超过3068字节的数据和重新编译pbm.c等文件。