- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for rdmaPort (0.05 seconds)
-
src/main/java/jcifs/config/BaseConfiguration.java
* Flag indicating whether RDMA is currently enabled and available */ protected boolean rdmaEnabled = false; /** * Port number for RDMA connections (default: 5445) */ protected int rdmaPort = 5445; // Witness protocol configuration fields /** * Flag indicating whether SMB Witness protocol should be used for failover */ protected boolean useWitness = false; // Disabled by defaultCreated: 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
// Invalid value ignored } } // RDMA port value = props.getProperty("jcifs.smb.client.rdmaPort"); if (value != null) { try { this.rdmaPort = 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)