switch to using socketpair instead of pipe if possible. This fixes the
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index 53cd02a..9e7775c 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -58,7 +58,6 @@
 #define CHUNK_SIZE (32*1024)
 #define MAX_MAP_SIZE (256*1024)
 #define IO_BUFFER_SIZE (4092)
-#define MAX_READ_BUFFER (10*1024*1024)
 
 #define MAX_ARGS 1000