- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for isLoopbackAddress (0.38 seconds)
-
src/main/java/jcifs/internal/smb2/multichannel/NetworkInterfaceInfo.java
/** * Check if this interface is usable for multi-channel * * @return true if usable */ public boolean isUsableForChannel() { return address != null && !address.isLoopbackAddress() && !address.isLinkLocalAddress(); } /** * Get a score for interface selection (higher is better) * * @return interface score */ public int getScore() {Created: 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
if (rssCapable) { this.capability |= NETWORK_INTERFACE_CAP_RSS; } } public boolean isUsableForChannel() { return address != null && !address.isLoopbackAddress() && !address.isLinkLocalAddress(); } public int getScore() { // Score interface for selection (higher is better) int score = linkSpeed; // Base score is link speed
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)