Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LinkSpeed (0.49 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: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 8.2K bytes
    - Viewed (0)
Back to top