Other Parts Discussed in Thread: SYSBIOS,
Tool/software: TI C/C++ Compiler
Hi,
EVM: K2GEVM.
Tool: CCS v9.2.
SDK: - ti-processor-sdk-rtos-k2g-evm-06.00.00.07-Windows-x86-Install
I am using TCP/IP socket programming server/client for transferring data from a EVMK2G board to EVMK2G board. I can able to send/recv 1024 bytes of data at a time when two boards are connected. when I tried to send more than 1024 packets it is not working may I know what will be the reason and what procedure is needed to send 6500 and above bytes of data.
Tcp.transmitBufSize = 16384;
Tcp.receiveBufSize = 65536;
Tcp.receiveBufLimit = 65536;
Global.pktNumFrameBufs=384;
Tcp.maxNumReasmPkts = 2;
the above size of configured in the .cfg file.
thanks & Regards,
Selvamuthukumaran. G









