summaryrefslogtreecommitdiffstats
path: root/otherlibs/win32unix/unixsupport.h
diff options
context:
space:
mode:
authorAlain Frisch <alain@frisch.fr>2012-05-28 11:29:47 +0000
committerAlain Frisch <alain@frisch.fr>2012-05-28 11:29:47 +0000
commit1ecb1f471cc23bd4b8cb085128763fe290c71eba (patch)
treefd4437b06d6d9e7715aa6ae9ee483eaf2c9371bb /otherlibs/win32unix/unixsupport.h
parent6d950dd3eace256d1ba03490024eb2cd45f60f69 (diff)
#5586: Increase UNIX_BUFFER_SIZE.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12487 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/win32unix/unixsupport.h')
-rw-r--r--otherlibs/win32unix/unixsupport.h2
1 files changed, 1 insertions, 1 deletions
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