From 9547a28faa9b4a9df02bea3cd55b011d615532e9 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 15 Apr 2015 12:41:23 +0200 Subject: Add BIGREQUEST extension support to nxproxy/nxcomp. This work has been started by Paul Szarbo but has been discontinued before final completion. So, this is work in progress. For reference / communication history, see [1]. [1] https://bugs.debian.org/766299 --- nxcomp/EncodeBuffer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nxcomp/EncodeBuffer.h') diff --git a/nxcomp/EncodeBuffer.h b/nxcomp/EncodeBuffer.h index 9f5ac5352..e772390aa 100644 --- a/nxcomp/EncodeBuffer.h +++ b/nxcomp/EncodeBuffer.h @@ -33,10 +33,10 @@ // // This should match the maximum size of // a single message added to write buffer -// (see WriteBuffer.h). +// (see WriteBuffer.h and DecodeBuffer.h). // -#define ENCODE_BUFFER_OVERFLOW_SIZE 4194304 +#define ENCODE_BUFFER_OVERFLOW_SIZE 10*1024*1024 // // Adjust for the control messages and the -- cgit v1.2.3