Revert "DISCUSS fix LARGE_WRITEX_BUFFER_SIZE"
authorStefan Metzmacher <metze@samba.org>
Tue, 18 Feb 2014 13:03:21 +0000 (14:03 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 12 Mar 2014 23:04:58 +0000 (00:04 +0100)
This reverts commit 685eea06bfcf67e894be0915673bfebab33449fe.

source3/include/smb.h

index 05b1f8de57329c3e47c596be1d534d23301dd882..aab4ff5396b9414bd3bd919fadfdc594730ccdf3 100644 (file)
@@ -34,7 +34,7 @@
 
 #define SAFETY_MARGIN 1024
 #define LARGE_WRITEX_HDR_SIZE 65
-#define LARGE_WRITEX_BUFFER_SIZE (0x1FFFF - LARGE_WRITEX_HDR_SIZE)
+#define LARGE_WRITEX_BUFFER_SIZE (128*1024)
 
 #define NMB_PORT 137
 #define DGRAM_PORT 138