From 4d86a2841cd3941c8b67e3f2dc1670562b6874a6 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 23 May 2001 18:47:52 +0000 Subject: This is *very* cool. I'm pretty convinced we can just set the CAP_LARGE_READX|CAP_LARGE_WRITEX bits on negprot and out W2K performance goes through the roof...... And as we *always* offer 64 buffers we can do this with this simple change..... Jeremy. (This used to be commit c328dda0fa081e79049d7a9ddac06e80cc8b331b) --- source3/include/smb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index 2036076b6b..616b75dded 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1323,6 +1323,7 @@ char *strdup(char *s); #define CAP_NT_FIND 0x0200 #define CAP_DFS 0x1000 #define CAP_LARGE_READX 0x4000 +#define CAP_LARGE_WRITEX 0x8000 #define CAP_EXTENDED_SECURITY 0x80000000 /* protocol types. It assumes that higher protocols include lower protocols -- cgit