mix MTU defines and DTLS version info

This commit is contained in:
Todd A Ouska
2011-03-11 14:10:32 -08:00
parent 9a932a2b67
commit f874bf9b76
3 changed files with 9 additions and 7 deletions

View File

@@ -499,7 +499,7 @@ enum {
#define RECORD_SIZE MAX_RECORD_SIZE
#else
#ifdef CYASSL_DTLS
#define RECORD_SIZE 1500
#define RECORD_SIZE MAX_MTU
#else
#define RECORD_SIZE 128
#endif