diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/local.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/local.h b/source3/include/local.h index d72c084bc4..85f086151a 100644 --- a/source3/include/local.h +++ b/source3/include/local.h @@ -207,9 +207,4 @@ #define CLIENT_NDR_PADDING_SIZE 8 #define SERVER_NDR_PADDING_SIZE 8 -#define DEFAULT_SMB2_MAX_READ (1024*1024) -#define DEFAULT_SMB2_MAX_WRITE (1024*1024) -#define DEFAULT_SMB2_MAX_TRANSACT (1024*1024) -#define DEFAULT_SMB2_MAX_CREDITS 8192 - #endif |