From 5ade894f32377ffaed3fc085810892509a6e8c66 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 4 Oct 1998 06:22:08 +0000 Subject: modified cli_read() and cli_write() to issue multiple outstanding read/write requests for large reads. up to max_mux requests may be outstanding. This gives _much_ better throughput and should allow smbsh to saturate just about any network. this is an implementation of the "fast SMB" method I described on the CIFS list a couple of months back. (This used to be commit c728d1c5d6e4626d2f8e318eab4df32acc8cb505) --- source3/smbwrapper/smbw.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbwrapper/smbw.h') diff --git a/source3/smbwrapper/smbw.h b/source3/smbwrapper/smbw.h index 5fc864456e..af48061ff0 100644 --- a/source3/smbwrapper/smbw.h +++ b/source3/smbwrapper/smbw.h @@ -20,6 +20,7 @@ */ #define SMBW_PREFIX "/smb/" +#define SMBW_DUMMY "/dev/null" #define SMBW_CLI_FD 512 #define SMBW_MAX_OPEN 8192 -- cgit