Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isUseRDMA (0.24 sec)

  1. src/test/java/jcifs/internal/smb2/rdma/RdmaConfigurationTest.java

            Properties props = new Properties();
            PropertyConfiguration config = new PropertyConfiguration(props);
    
            // Test default values
            assertFalse(config.isUseRDMA(), "RDMA should be disabled by default");
            assertEquals("auto", config.getRdmaProvider(), "Default provider should be auto");
            assertEquals(8192, config.getRdmaReadWriteThreshold(), "Default threshold should be 8KB");
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 23 05:11:12 UTC 2025
    - 5.1K bytes
    - Viewed (0)
Back to top