- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for checkRSSCapability (0.08 seconds)
-
src/main/java/jcifs/internal/smb2/multichannel/NetworkInterfaceInfo.java
this.address = address; this.linkSpeed = linkSpeed; this.ipv6 = address.getAddress().length == 16; this.capability = 0; // Check for RSS capability this.rssCapable = checkRSSCapability(); if (rssCapable) { this.capability |= Smb2ChannelCapabilities.NETWORK_INTERFACE_CAP_RSS; } // RDMA capability would require OS-specific detectionCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 21 11:13:46 GMT 2025 - 9.8K bytes - Click Count (0) -
docs/smb3-features/03-multi-channel-design.md
this.ipv6 = address.getAddress().length == 16; this.capability = 0; // Check for RSS capability (simplified - would need OS-specific checks) this.rssCapable = checkRSSCapability(); if (rssCapable) { this.capability |= NETWORK_INTERFACE_CAP_RSS; } } public boolean isUsableForChannel() {
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 39.6K bytes - Click Count (0)