Displaying 1 result from an estimated 1 matches for "iso_test_folder".
2023 Aug 16
2
Increase data length for SMB2 write and read requests for Windows 10 clients
...Wireshark), we can see that
the Linux clients have their read and write data lengths specified by
the "wsize" and "rsize" options:
[2022/12/09 11:47:26.550170,? 3]
../../source3/smbd/smb2_write.c:220(smb2_write_complete_internal)
? smb2: fnum 3199665708, file
iso_test_folder/copy_back/output_8gb.dat, length=4194304
offset=2948595712 wrote=4194304
# where "mount.cifs -o wsize=4MB" by default for dialects at least
SMB2.1. Hence the "length=" and "wrote=" values are 4*1024^2 bytes
However for a Windows client, the data length o...