diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-23 02:19:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:19:16 -0500 |
commit | 921f73c7e58eac1900eb7ec9f7276cd3afaf0480 (patch) | |
tree | 3c56f53bb45d494b3e08978712f302e4bee5cfd9 /source4/libcli/raw | |
parent | 45ca27699c018423364a1307b241d6034de1332d (diff) | |
download | samba-921f73c7e58eac1900eb7ec9f7276cd3afaf0480.tar.gz samba-921f73c7e58eac1900eb7ec9f7276cd3afaf0480.tar.bz2 samba-921f73c7e58eac1900eb7ec9f7276cd3afaf0480.zip |
r18835: expand IO limits on SMB2. Samba4 now tops out at 16.7MB IOs.
(This used to be commit 1e34e4d5a1fd3d74080424140e4ab276b6042d12)
Diffstat (limited to 'source4/libcli/raw')
-rw-r--r-- | source4/libcli/raw/interfaces.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/raw/interfaces.h b/source4/libcli/raw/interfaces.h index d3e7611c75..c2f0c3530b 100644 --- a/source4/libcli/raw/interfaces.h +++ b/source4/libcli/raw/interfaces.h @@ -1589,7 +1589,7 @@ union smb_read { uint8_t *data; uint16_t remaining; uint16_t compaction_mode; - uint16_t nread; + uint32_t nread; } out; } readx, generic; |