hi there
i have been working on TCP socket on EVMC6657 platform. i have server running on PC which sends certain data (375k byte) at a time to be processed on to the DSP chip which works in client mode. the server side worked fine ,but from the client side it works only up to certain limit of buffer size (1400 -1500 bytes). however i want to receive all of the data at once on my client . i.e 375k bytes. how do i increase the buffer size limit ?
with regards