- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for rdmaReadWriteThreshold (0.12 seconds)
-
src/main/java/jcifs/config/BaseConfiguration.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 36.5K bytes - Click Count (0) -
src/main/java/jcifs/config/PropertyConfiguration.java
if (value != null) { this.rdmaProvider = value; } value = props.getProperty("jcifs.smb.client.rdmaReadWriteThreshold"); if (value != null) { try { this.rdmaReadWriteThreshold = Integer.parseInt(value); } catch (NumberFormatException e) { // Invalid value ignored } }
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 24 00:49:49 GMT 2025 - 13.3K bytes - Click Count (0) -
docs/smb3-features/05-rdma-smb-direct-design.md
public static final String USE_RDMA = "jcifs.smb.client.useRDMA"; public static final String RDMA_PROVIDER = "jcifs.smb.client.rdmaProvider"; public static final String RDMA_READ_WRITE_THRESHOLD = "jcifs.smb.client.rdmaReadWriteThreshold"; public static final String RDMA_MAX_SEND_SIZE = "jcifs.smb.client.rdmaMaxSendSize"; public static final String RDMA_MAX_RECEIVE_SIZE = "jcifs.smb.client.rdmaMaxReceiveSize";
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)