1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source3/client
Volker Lendecke 5193ae9b5a Change default bufsize to 512k
I did not do any scientific tests, but the dummy test on my laptop against a
w2k3 vmware shows that in this specific situation going beyond 512k seems not
to gain anything anymore.

smb: \> iosize 64512
iosize is now 64512
smb: \> lcd /dev
smb: \> get random null
getting file \random of size 104857600 as null (33453,1 kb/s) (average 19718,5 kb/s)
smb: \> get random null
getting file \random of size 104857600 as null (34236,0 kb/s) (average 20509,1 kb/s)
smb: \> iosize 524288
iosize is now 524288
smb: \> get random null
getting file \random of size 104857600 as null (49042,1 kb/s) (average 22521,9 kb/s)
smb: \> get random null
getting file \random of size 104857600 as null (49420,8 kb/s) (average 23432,9 kb/s)
smb: \> iosize 1048576
iosize is now 1048576
smb: \> get random null
getting file \random of size 104857600 as null (49420,8 kb/s) (average 24284,2 kb/s)
smb: \> get random null
getting file \random of size 104857600 as null (49136,3 kb/s) (average 25076,9 kb/s)
(This used to be commit 1bcfef6a90)
2008-03-06 13:28:23 +01:00
..
cifs_spnego.h * helper source for handling cifs kernel module upcall for kerberos 2007-12-05 14:33:29 -05:00
cifs.spnego.c Adds support for cifs.resolver upcall. 2008-01-16 09:51:06 -05:00
client.c Change default bufsize to 512k 2008-03-06 13:28:23 +01:00
clitar.c Fix Coverity ID 463 2008-01-24 16:31:55 +01:00
dnsbrowse.c Fix a "no prototype" warning 2007-12-19 20:48:45 +01:00
mount.cifs.c Do the formatting change in all 3 places :-) 2008-02-25 09:55:53 +01:00
smbspool.c Add general '-e' option to enable smb encryption 2008-01-05 00:23:35 -08:00
tree.c Fix sample gtk code. Does this compile ? 2007-12-04 18:24:19 -08:00
umount.cifs.c Fix bug #4784. Patch from Steve Langasek <vorlon@debian.org>. 2007-12-12 18:45:13 -08:00