1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

Enlarge udp_proxy's message buffer

This commit is contained in:
Manuel Pégourié-Gonnard
2014-09-23 12:17:30 +02:00
committed by Paul Bakker
parent 825a49ed7c
commit b46780edee

View File

@@ -69,7 +69,7 @@ int main( void )
#include <sys/time.h>
#endif
#define MAX_MSG_SIZE 4096 /* Reasonable max size for our tests */
#define MAX_MSG_SIZE 16384 + 2048 /* max record/datagram size */
#define DFL_SERVER_ADDR "localhost"
#define DFL_SERVER_PORT 4433