Getting 2 mbps when running between android to FreeRTOS 4.2.1/ADI- Griffin SCxxx
tried experimenting with the suggested winsize and bufsize still facing same issues but when running iperf via external to FreeRTOS 4.2.1/ADI- Griffin SCxxx driver we are getting around 60-70 mbps
Below is the configurations we are using currently
#define ipconfigIPERF_VERSION 3
#define ipconfigIPERF_STACK_SIZE_IPERF_TASK 640
#define ipconfigIPERF_TX_BUFSIZE ( 24 * ipconfigTCP_MSS )
#define ipconfigIPERF_TX_WINSIZE ( 12 )
#define ipconfigIPERF_RX_BUFSIZE ( 24 * ipconfigTCP_MSS )
#define ipconfigIPERF_RX_WINSIZE ( 12 )
/*The iperf module declares a character buffer to store its send data. */
#define ipconfigIPERF_RECV_BUFFER_SIZE ( 24 * ipconfigTCP_MSS )
any inputs on this will be helpful Thanks!!!