Other Parts Discussed in Thread: CC3200
what is the maximum no of bytes that can be send and receive through sl_send and sl_receive function at one time if cc3200 is configured in
station TCP server mode.
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.
Other Parts Discussed in Thread: CC3200
what is the maximum no of bytes that can be send and receive through sl_send and sl_receive function at one time if cc3200 is configured in
station TCP server mode.
you should analize code for sl_send and for sl_receive ( sockec.c and socket.h files)
in sl_send function maximum value of Len ( length) parametr is 0xffff (65535)
in function bytes are send from 0 to 65535 ( in one or more packets ) in one packet could be send:
UDP_IPV4 1472 bytes
TCP_IPV4 1460 bytes
UDP_IPV6 1452 bytes
TCP_IPV6 1440 bytes
UDP_IPV4_SECURE 1386 bytes
TCP_IPV4_SECURE 1386 bytes
UDP_IPV6_SECURE 1386 bytes
TCP_IPV6_SECURE 1386 bytes
RAW_TRANCEIVER 1476 bytes
RAW_PACKET 1536 bytes
TYPE_RAW_IP4 1480 bytes
RAW_IP6 1480 bytes