用NDK做网络通信,用sendto发送10240字节,返回值为10240,表示发送成功,但对方用wirshark抓包工具抓不到数据。如果发送1024字节,都正常。请问是什么原因?
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做网络通信,用sendto发送10240字节,返回值为10240,表示发送成功,但对方用wirshark抓包工具抓不到数据。如果发送1024字节,都正常。请问是什么原因?
请尝试使用C:\ti\ndk_2_24_03_35\packages\ti\ndk\winapps.
https://www.ti.com/lit/an/sprac57/sprac57.pdf
抱歉回复晚了!
请看下面e2e工程师的回复。
Would you please confirm that the customer has done the following,
1. The libraries and application would have to be recompiled with the following pre-processor definition added: _INCLUDE_JUMBOFRAME_SUPPORT.
2. The Jumbo frame support can be built into an application by linking with libraries compiled for Jumbo frame support.
( The NDK core stack can support Jumbo frames (packet sizes larger than 1500 bytes) also -
_INCLUDE_JUMBOFRAME_SUPPORT -- If defined, packet sizes larger than 1500 bytes are supported..
---
To rebuild the NDK, please download and follow the steps given here:-
4130.Rebuilding the NDK Core - Texas Instruments Wiki.pdf
0820.Rebuilding The NDK Core Using Gmake - Texas Instruments Wiki.pdf