- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for setMaxVersion (0.09 seconds)
-
src/main/java/jcifs/internal/smb2/rdma/RdmaNegotiateRequest.java
*/ 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 * * @return credits requested */ public int getCreditsRequested() {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 05:11:12 GMT 2025 - 4K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/rdma/SmbDirectNegotiateRequest.java
return maxVersion; } /** * Set the maximum SMB Direct protocol version * * @param maxVersion maximum protocol version */ public void setMaxVersion(int maxVersion) { this.maxVersion = maxVersion; } /** * Get the number of send credits requested * * @return credits requested */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 24 00:12:28 GMT 2025 - 5.4K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/rdma/SmbDirectNegotiateResponse.java
return maxVersion; } /** * Set the maximum SMB Direct protocol version * * @param maxVersion maximum protocol version */ public void setMaxVersion(int maxVersion) { this.maxVersion = maxVersion; } /** * Get the negotiated SMB Direct protocol version * * @return negotiated protocol version */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 24 00:12:28 GMT 2025 - 9.3K bytes - Click Count (0) -
docs/smb3-features/05-rdma-smb-direct-design.md
} private void performRdmaNegotiation() throws IOException { RdmaNegotiateRequest request = new RdmaNegotiateRequest(); request.setMinVersion(0x0100); request.setMaxVersion(0x0100); request.setCreditsRequested(credits.getInitialCredits()); request.setPreferredSendSize(maxReceiveSize); request.setMaxReceiveSize(maxReceiveSize);Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 35.9K bytes - Click Count (0)