//#define DEBUG
#define STREAMTCP_DEFAULT_PREALLOC 2048
-#define STREAMTCP_DEFAULT_MEMCAP (32 * 1024 * 1024) /* 32mb */
-#define STREAMTCP_DEFAULT_REASSEMBLY_MEMCAP (64 * 1024 * 1024) /* 64mb */
+#define STREAMTCP_DEFAULT_MEMCAP (64 * 1024 * 1024) /* 64mb */
+#define STREAMTCP_DEFAULT_REASSEMBLY_MEMCAP (256 * 1024 * 1024) /* 256mb */
#define STREAMTCP_DEFAULT_TOSERVER_CHUNK_SIZE 2560
#define STREAMTCP_DEFAULT_TOCLIENT_CHUNK_SIZE 2560
#define STREAMTCP_DEFAULT_MAX_SYNACK_QUEUED 5
# engine is configured.
#
# stream:
-# memcap: 32mb # Can be specified in kb, mb, gb. Just a
+# memcap: 64mb # Can be specified in kb, mb, gb. Just a
# # number indicates it's in bytes.
# checksum-validation: yes # To validate the checksum of received
# # packet. If csum validation is specified as
# # the bypass.
#
# reassembly:
-# memcap: 64mb # Can be specified in kb, mb, gb. Just a number
+# memcap: 256mb # Can be specified in kb, mb, gb. Just a number
# # indicates it's in bytes.
# depth: 1mb # Can be specified in kb, mb, gb. Just a number
# # indicates it's in bytes.