- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for responseTimeout (0.05 sec)
-
README.md
} ``` ## Configuration ### Basic Configuration Properties ```properties # Connection settings jcifs.smb.client.connTimeout=35000 jcifs.smb.client.soTimeout=180000 jcifs.smb.client.responseTimeout=30000 # Authentication jcifs.smb.client.domain=WORKGROUP jcifs.smb.client.username=guest jcifs.smb.client.password= # Protocol versions (SMB1 to SMB 3.1.1) jcifs.smb.client.minVersion=SMB1
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 09:24:52 UTC 2025 - 6.2K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFileInputStream.java
} final SmbComReadAndXResponse response = new SmbComReadAndXResponse(b, off); if (file.type == SmbFile.TYPE_NAMED_PIPE) { response.responseTimeout = 0; } int r, n; do { r = len > readSize ? readSize : len; if (LogStream.level >= 4) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 9.4K bytes - Viewed (0)