- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for DisniRdmaEndpointFactory (0.08 seconds)
-
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;
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 24 00:12:28 GMT 2025 - 5.2K bytes - Click Count (0) -
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); } } } @OverrideCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 35.9K bytes - Click Count (0)