forked from wolfSSL/wolfssl
replace the size at bench_embedded
This commit is contained in:
@@ -107,8 +107,8 @@ bench_tls(args);
|
|||||||
|
|
||||||
#ifdef WOLFSSL_DTLS
|
#ifdef WOLFSSL_DTLS
|
||||||
#ifdef BENCH_EMBEDDED
|
#ifdef BENCH_EMBEDDED
|
||||||
/* less than WOLFSSL_MAX_MTU */
|
/* WOLFSSL_MAX_MTU in internal.h */
|
||||||
#define TEST_DTLS_PACKET_SIZE (2 * 1024)
|
#define TEST_DTLS_PACKET_SIZE (1500)
|
||||||
#else
|
#else
|
||||||
/* MAX_UDP_SIZE in interna.h */
|
/* MAX_UDP_SIZE in interna.h */
|
||||||
#define TEST_DTLS_PACKET_SIZE (8092)
|
#define TEST_DTLS_PACKET_SIZE (8092)
|
||||||
|
Reference in New Issue
Block a user