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
1 changed files with 2 additions and 2 deletions

View File

@ -107,8 +107,8 @@ bench_tls(args);
#ifdef WOLFSSL_DTLS
#ifdef BENCH_EMBEDDED
/* less than WOLFSSL_MAX_MTU */
#define TEST_DTLS_PACKET_SIZE (2 * 1024)
/* WOLFSSL_MAX_MTU in internal.h */
#define TEST_DTLS_PACKET_SIZE (1500)
#else
/* MAX_UDP_SIZE in interna.h */
#define TEST_DTLS_PACKET_SIZE (8092)