- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for rdmaCredits (1.12 sec)
-
src/main/java/jcifs/config/PropertyConfiguration.java
} catch (NumberFormatException e) { // Invalid value ignored } } value = props.getProperty("jcifs.smb.client.rdmaCredits"); if (value != null) { try { this.rdmaCredits = Integer.parseInt(value); } catch (NumberFormatException e) { // Invalid value ignored } } // RDMA port
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:49:49 UTC 2025 - 13.3K bytes - Viewed (0) -
docs/smb3-features/05-rdma-smb-direct-design.md
public static final String RDMA_MAX_SEND_SIZE = "jcifs.smb.client.rdmaMaxSendSize"; public static final String RDMA_MAX_RECEIVE_SIZE = "jcifs.smb.client.rdmaMaxReceiveSize"; public static final String RDMA_CREDITS = "jcifs.smb.client.rdmaCredits"; public boolean isUseRDMA() { String value = getProperty(USE_RDMA, "auto"); return "true".equals(value) || ("auto".equals(value) && isRdmaAvailable()); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 35.9K bytes - Viewed (0) -
src/main/java/jcifs/config/BaseConfiguration.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 36.5K bytes - Viewed (0)