From 523423ee377457db64950dad2fdcd96a4e43c17c Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 27 Apr 2006 16:38:21 +0000 Subject: * pipe.cc (DEFAULT_PIPEBUFSIZE): Raise to 64K. --- winsup/cygwin/pipe.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/pipe.cc') diff --git a/winsup/cygwin/pipe.cc b/winsup/cygwin/pipe.cc index a01a2dc39..e6e9c7d0c 100644 --- a/winsup/cygwin/pipe.cc +++ b/winsup/cygwin/pipe.cc @@ -494,7 +494,7 @@ fhandler_pipe::ioctl (unsigned int cmd, void *p) return 0; } -#define DEFAULT_PIPEBUFSIZE (4 * PIPE_BUF) +#define DEFAULT_PIPEBUFSIZE (16 * PIPE_BUF) extern "C" int pipe (int filedes[2]) -- cgit v1.2.3