Mod EPP frame size patch

This commit is contained in:
Martin Lensment 2015-03-27 15:50:16 +02:00
parent 2d92971222
commit 4a7e0d8f5c

View file

@ -0,0 +1,11 @@
--- mod_epp.h 2015-03-27 15:30:20.027130050 +0200
+++ mod_epp_new.h 2015-03-27 15:30:38.499130269 +0200
@@ -60,7 +60,7 @@
#endif
#define EPP_TCP_HEADER_SIZE 4 /* just one longword */
-#define EPP_MAX_FRAME_SIZE 65536 /* don't accept larger xml data blocks */
+#define EPP_MAX_FRAME_SIZE 8388608 /* don't accept larger xml data blocks */
#define TRIDSIZE 128 /* actually, it should be 3 to 64 chars,
but due to unicode we'll give it more room. */