Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testRdmaConfigurationInvalidValues (0.16 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

            assertEquals(131072, config.getRdmaMaxReceiveSize(), "Max receive size should be 128KB");
            assertEquals(512, config.getRdmaCredits(), "Credits should be 512");
        }
    
        @Test
        public void testRdmaConfigurationInvalidValues() throws CIFSException {
            Properties props = new Properties();
            props.setProperty("jcifs.smb.client.useRDMA", "invalid");
            props.setProperty("jcifs.smb.client.rdmaReadWriteThreshold", "invalid");
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 23 05:11:12 GMT 2025
    - 5.1K bytes
    - Click Count (0)
Back to Top