mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-25 07:29:02 +00:00
Enlarge udp_proxy's message buffer
This commit is contained in:
parent
825a49ed7c
commit
b46780edee
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ int main( void )
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#endif
|
#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_ADDR "localhost"
|
||||||
#define DFL_SERVER_PORT 4433
|
#define DFL_SERVER_PORT 4433
|
||||||
|
|
Loading…
Reference in a new issue