Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LinkSpeed (1.12 sec)

  1. src/main/java/jcifs/internal/smb2/multichannel/ChannelLoadBalancer.java

                int maxBandwidth = 0;
                for (ChannelInfo channel : channels) {
                    int linkSpeed = channel.getRemoteInterface().getLinkSpeed();
                    if (linkSpeed > maxBandwidth) {
                        maxBandwidth = linkSpeed;
                        maxBandwidthChannel = channel;
                    }
                }
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 8.2K bytes
    - Viewed (0)
Back to top