replace the size at bench_embedded

This commit is contained in:
Hideki Miyazaki
2020-03-25 08:09:42 +09:00
parent 75eca61b3e
commit 9fac21f463

View File

@@ -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)