Increase msg size in blocking_send()

I’m trying to use the available blocking_send() function, to send some data to a local TCP server, and the maximum data that i’m able to send was 1460 bytes. I know that the CC3000 have 6 buffer of 1500 bytes. It is possible to take advantage of available buffer to send more data through the spark? What is the maximum data (per second) supported by sparkcore using TCP, through the CC3000 module.

1 Like