Hi,
On 27-05-16 01:45, Keith Packard wrote:
This matches a change made in xcb and improves performance for a small
increase in memory usage.
Signed-off-by: Keith Packard <[email protected]>
Ack.
Reviewed-by: Hans de Goede <[email protected]>
Regards,
Hans
---
os/io.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/os/io.c b/os/io.c
index 19a449a..d04ebd8 100644
--- a/os/io.c
+++ b/os/io.c
@@ -132,8 +132,8 @@ static OsCommPtr AvailableInput = (OsCommPtr) NULL;
((xBigReq *)(req))->length)
#define MAX_TIMES_PER 10
-#define BUFSIZE 4096
-#define BUFWATERMARK 8192
+#define BUFSIZE 16384
+#define BUFWATERMARK 32768
/*
* A lot of the code in this file manipulates a ConnectionInputPtr:
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel