mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
Mod EPP frame size patch
This commit is contained in:
parent
2d92971222
commit
4a7e0d8f5c
1 changed files with 11 additions and 0 deletions
11
doc/patches/mod_epp_1.10-frame-size.patch
Normal file
11
doc/patches/mod_epp_1.10-frame-size.patch
Normal 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. */
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue