diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index f6aaceaea6..52e2212c06 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -24,6 +24,9 @@ #define CLI_BUFFER_SIZE (0xFFFF) +/* default client timeout to 20 seconds on most commands */ +#define CLIENT_TIMEOUT (20 * 1000) + /* * These definitions depend on smb.h */ |