From 1ecb1f471cc23bd4b8cb085128763fe290c71eba Mon Sep 17 00:00:00 2001 From: Alain Frisch Date: Mon, 28 May 2012 11:29:47 +0000 Subject: #5586: Increase UNIX_BUFFER_SIZE. git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12487 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- otherlibs/win32unix/unixsupport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otherlibs/win32unix/unixsupport.h') diff --git a/otherlibs/win32unix/unixsupport.h b/otherlibs/win32unix/unixsupport.h index f50d40c09..a5496bf26 100644 --- a/otherlibs/win32unix/unixsupport.h +++ b/otherlibs/win32unix/unixsupport.h @@ -59,4 +59,4 @@ extern value unix_freeze_buffer (value); /* Blocking or nonblocking. By default a filedescr is in blocking state */ #define FLAGS_FD_IS_BLOCKING (1<<0) -#define UNIX_BUFFER_SIZE 16384 +#define UNIX_BUFFER_SIZE 65536 -- cgit v1.2.3-70-g09d2