- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for isRdmaSupported (2.75 sec)
-
src/main/java/jcifs/internal/smb2/nego/Smb2RdmaTransformCapabilitiesContext.java
} /** * Check if RDMA is supported based on this context * * @return true if RDMA Transform V1 is supported */ public boolean isRdmaSupported() { return transformCount > 0 && rdmaTransformId == 0x0001; } /** * Get the transform count * * @return number of transforms */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 4.4K bytes - Viewed (0)