Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for balancing (2.23 sec)

  1. src/main/java/jcifs/smb/SmbSessionImpl.java

         */
        public PersistentHandleManager getPersistentHandleManager() {
            return persistentHandleManager;
        }
    
        /**
         * Select transport for the given message using multi-channel load balancing
         *
         * @param message message to send
         * @return selected transport
         */
        public SmbTransportImpl selectTransport(CommonServerMessageBlockRequest message) {
            if (isUseMultiChannel()) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 68.9K bytes
    - Viewed (0)
  2. okhttp/src/commonJvmAndroid/kotlin/okhttp3/OkHttpClient.kt

         * concurrently, returning once any connection connects successfully.
         *
         * This implements Happy Eyeballs ([RFC 6555][rfc_6555]), balancing connect latency vs.
         * wasted resources.
         *
         * Defaults to enabled, call with [fastFallback] = false to revert to 4.x behaviour.
         *
         * [rfc_6555]: https://datatracker.ietf.org/doc/html/rfc6555
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon May 05 16:01:00 UTC 2025
    - 51.7K bytes
    - Viewed (0)
Back to top