- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 528 for maximum (0.06 sec)
-
src/main/java/jcifs/internal/smb2/rdma/RdmaNegotiateRequest.java
} /** * Get maximum protocol version * * @return maximum version */ public int getMaxVersion() { return maxVersion; } /** * Set maximum protocol version * * @param maxVersion maximum version */ public void setMaxVersion(int maxVersion) { this.maxVersion = maxVersion; } /** * Get number of credits requested *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/rdma/SmbDirectNegotiateRequest.java
} /** * Get the maximum SMB Direct protocol version * * @return maximum protocol version */ public int getMaxVersion() { return maxVersion; } /** * Set the maximum SMB Direct protocol version * * @param maxVersion maximum protocol version */ public void setMaxVersion(int maxVersion) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 5.4K bytes - Viewed (0) -
docs/minio-limits.md
| Maximum number of servers per cluster | no-limit | | Minimum number of servers | 02 | | Minimum number of drives per server when server count is 1 | 02 | | Minimum number of drives per server when server count is 2 or 3 | 01 |
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 6K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/RecordedResponse.kt
} fun assertSentRequestAtMillis( minimum: Long, maximum: Long, ) = apply { assertDateInRange(minimum, response!!.sentRequestAtMillis, maximum) } fun assertReceivedResponseAtMillis( minimum: Long, maximum: Long, ) = apply { assertDateInRange(minimum, response!!.receivedResponseAtMillis, maximum) } private fun assertDateInRange( minimum: Long,
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 5.3K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/rdma/RdmaNegotiateResponse.java
this.creditsGranted = creditsGranted; } /** * Get maximum receive size * * @return maximum receive size in bytes */ public int getMaxReceiveSize() { return maxReceiveSize; } /** * Set maximum receive size * * @param maxReceiveSize maximum receive size in bytes */ public void setMaxReceiveSize(int maxReceiveSize) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 4.1K bytes - Viewed (0) -
src/main/resources/fess_config.properties
# Maximum number of user records to fetch per page. page.user.max.fetch.size=1000 # Maximum number of role records to fetch per page. page.role.max.fetch.size=1000 # Maximum number of group records to fetch per page. page.group.max.fetch.size=1000 # Maximum number of crawling info parameters to fetch per page. page.crawling.info.param.max.fetch.size=100 # Maximum number of crawling info records to fetch per page.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/main/java/jcifs/Configuration.java
int getNetbiosCachePolicy(); /** * Gets the maximum buffer size for IO operations * * @return the maximum size of IO buffers, limits the maximum message size */ int getMaximumBufferSize(); /** * * Property {@code jcifs.smb.client.transaction_buf_size} (int, default 65535) * * @return maximum data size for SMB transactions */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 25.4K bytes - Viewed (0) -
src/main/java/jcifs/util/ServerResponseValidator.java
log.warn("Message size exceeds maximum: {} > {}", size, maxSize); throw new SmbException("Message size exceeds maximum: " + size + " > " + maxSize); } } /** * Validate string from server response * * @param str string to validate * @param maxLength maximum allowed length * @param fieldName field name for error messages
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 16.6K bytes - Viewed (0) -
src/main/java/jcifs/config/BaseConfiguration.java
initProtocolVersions(min, max); } /** * Initializes the minimum and maximum protocol versions. * * @param min minimum protocol version * @param max maximum protocol version */ protected void initProtocolVersions(final DialectVersion min, final DialectVersion max) { // Default to SMB2 minimum for security - SMB1 is deprecated and insecure
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 36.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/rdma/SmbDirectNegotiateResponse.java
} /** * Get the maximum SMB Direct protocol version * * @return maximum protocol version */ public int getMaxVersion() { return maxVersion; } /** * Set the maximum SMB Direct protocol version * * @param maxVersion maximum protocol version */ public void setMaxVersion(int maxVersion) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 9.3K bytes - Viewed (0)