Increased maximum PT-TLS message size to 2MB

This commit is contained in:
Andreas Steffen
2014-05-31 20:37:56 +02:00
parent 096c726b5b
commit 3a726816a2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
/**
* Maximum size of a PT-TLS message
*/
#define PT_TLS_MAX_MESSAGE_LEN 8 * TLS_MAX_FRAGMENT_LEN - PT_TLS_HEADER_LEN
#define PT_TLS_MAX_MESSAGE_LEN 128 * TLS_MAX_FRAGMENT_LEN - PT_TLS_HEADER_LEN
/**
* Default PT-TLS port