Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DisniRdmaEndpointFactory (0.24 sec)

  1. src/main/java/jcifs/internal/smb2/rdma/disni/DisniRdmaProvider.java

                    // endpointGroup = new RdmaActiveEndpointGroup<DisniRdmaEndpoint>(
                    //     1000, false, 128, 4, 128);
                    // endpointGroup.init(new DisniRdmaEndpointFactory());
    
                    // For now, we'll just create placeholder objects
                    endpointGroup = new Object();
                    endpoint = new Object();
    
                    initialized = true;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 24 00:12:28 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  2. docs/smb3-features/05-rdma-smb-direct-design.md

                    // Initialize DiSNI
                    endpointGroup = new RdmaActiveEndpointGroup<DisniRdmaEndpoint>(
                        1000, false, 128, 4, 128);
                    endpointGroup.init(new DisniRdmaEndpointFactory());
                    initialized = true;
                } catch (Exception e) {
                    throw new IOException("Failed to initialize DiSNI", e);
                }
            }
        }
        
        @Override
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 02:53:50 UTC 2025
    - 35.9K bytes
    - Viewed (0)
Back to top