- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for maxCap (0.08 sec)
-
src/test/java/jcifs/internal/smb2/Smb2ConstantsTest.java
assertTrue(maxCap > 0 && maxCap < Integer.MAX_VALUE, "Combined capabilities should fit in positive 32-bit integer"); } }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.1K bytes - Viewed (0) -
src/main/java/jcifs/util/AuthenticationRateLimiter.java
TimeUnit.MILLISECONDS); log.info("Authentication rate limiter initialized: maxAccount={}, maxIp={}, maxGlobal={}/min", maxAttemptsPerAccount, maxAttemptsPerIp, maxGlobalAttemptsPerMinute); } /** * Check if authentication attempt is allowed *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 15.1K bytes - Viewed (0)