From 9c410118cb8b53a6a7194b6768f433cac056e4d2 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 6 Apr 2010 15:43:35 -0700 Subject: Parameterize "smb2 max read", "smb2 max write", "smb2 max trans". Set to 64k by default. Jeremy. --- source3/include/proto.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index 7e45fed76c..7dcdeacb00 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4113,6 +4113,9 @@ int lp_lock_spin_time(void); int lp_usershare_max_shares(void); const char *lp_socket_options(void); int lp_config_backend(void); +int lp_smb2_max_read(void); +int lp_smb2_max_write(void); +int lp_smb2_max_trans(void); char *lp_preexec(int ); char *lp_postexec(int ); char *lp_rootpreexec(int ); -- cgit