Home
last modified time | relevance | path

Searched refs:MAX_MSG_SIZE (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/mbedtls/programs/test/
A Dudp_proxy.c82 #define MAX_MSG_SIZE 16384 + 2048 /* max record/datagram size */ macro
286 if( opt.mtu < 0 || opt.mtu > MAX_MSG_SIZE ) in get_options()
383 unsigned char data[MAX_MSG_SIZE];
481 unsigned char buf[MAX_MSG_SIZE];
515 unsigned char buf[MAX_MSG_SIZE]; in send_packet()

Completed in 3 milliseconds