Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for peerName (0.76 sec)

  1. cmd/site-replication.go

    		if err != nil {
    			return wrapSRErr(err)
    		}
    		peerName := info.Sites[dID].Name
    		if err = admClient.SRPeerReplicateBucketMeta(ctx, madmin.SRBucketMeta{
    			Type:           madmin.SRBucketMetaLCConfig,
    			Bucket:         bucket,
    			ExpiryLCConfig: latestExpLCConfig,
    			UpdatedAt:      lastUpdate,
    		}); err != nil {
    			replLogIf(ctx, c.annotatePeerErr(peerName, replicateBucketMetadata,
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 15:50:16 GMT 2024
    - 184.1K bytes
    - Viewed (1)
  2. okhttp-tls/src/main/kotlin/okhttp3/tls/internal/InsecureExtendedTrustManager.kt

    import java.net.Socket
    import java.security.cert.CertificateException
    import java.security.cert.X509Certificate
    import javax.net.ssl.SSLEngine
    import javax.net.ssl.X509ExtendedTrustManager
    import okhttp3.internal.peerName
    import org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
    
    /**
     * This extends [X509ExtendedTrustManager] to disable verification for a set of hosts.
     *
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 2.6K bytes
    - Viewed (0)
  3. okhttp/src/main/kotlin/okhttp3/internal/http2/Http2Connection.kt

        fun socket(
          socket: Socket,
          peerName: String = socket.peerName(),
          source: BufferedSource = socket.source().buffer(),
          sink: BufferedSink = socket.sink().buffer(),
        ) = apply {
          this.socket = socket
          this.connectionName =
            when {
              client -> "$okHttpName $peerName"
              else -> "MockWebServer $peerName"
            }
          this.source = source
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Apr 20 17:03:43 GMT 2024
    - 32.6K bytes
    - Viewed (0)
  4. okhttp/src/main/kotlin/okhttp3/internal/-UtilJvm.kt

    internal fun Source.discard(
      timeout: Int,
      timeUnit: TimeUnit,
    ): Boolean =
      try {
        this.skipAll(timeout, timeUnit)
      } catch (_: IOException) {
        false
      }
    
    internal fun Socket.peerName(): String {
      val address = remoteSocketAddress
      return if (address is InetSocketAddress) address.hostName else address.toString()
    }
    
    /**
     * Returns true if new reads and writes should be attempted on this.
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Tue Jan 09 12:33:05 GMT 2024
    - 10.5K bytes
    - Viewed (0)
  5. guava-testlib/test/com/google/common/testing/EqualsTesterTest.java

      }
    
      private static class NamedObject {
        private final Set<String> peerNames = Sets.newHashSet();
    
        private final String name;
    
        NamedObject(String name) {
          this.name = Preconditions.checkNotNull(name);
        }
    
        NamedObject addPeers(String... names) {
          peerNames.addAll(ImmutableList.copyOf(names));
          return this;
        }
    
        @Override
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Mon Apr 17 15:49:06 GMT 2023
    - 12.9K bytes
    - Viewed (0)
  6. android/guava-testlib/test/com/google/common/testing/EqualsTesterTest.java

      }
    
      private static class NamedObject {
        private final Set<String> peerNames = Sets.newHashSet();
    
        private final String name;
    
        NamedObject(String name) {
          this.name = Preconditions.checkNotNull(name);
        }
    
        NamedObject addPeers(String... names) {
          peerNames.addAll(ImmutableList.copyOf(names));
          return this;
        }
    
        @Override
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Mon Apr 17 15:49:06 GMT 2023
    - 12.9K bytes
    - Viewed (0)
  7. api/go1.txt

    pkg syscall (linux-386), const SO_PASSCRED ideal-int
    pkg syscall (linux-386), const SO_PASSSEC ideal-int
    pkg syscall (linux-386), const SO_PEERCRED ideal-int
    pkg syscall (linux-386), const SO_PEERNAME ideal-int
    pkg syscall (linux-386), const SO_PEERSEC ideal-int
    pkg syscall (linux-386), const SO_PRIORITY ideal-int
    pkg syscall (linux-386), const SO_PROTOCOL ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  8. api/go1.1.txt

    pkg syscall (linux-386), const SO_PASSCRED = 16
    pkg syscall (linux-386), const SO_PASSSEC = 34
    pkg syscall (linux-386), const SO_PEERCRED = 17
    pkg syscall (linux-386), const SO_PEERNAME = 28
    pkg syscall (linux-386), const SO_PEERSEC = 31
    pkg syscall (linux-386), const SO_PRIORITY = 12
    pkg syscall (linux-386), const SO_PROTOCOL = 38
    pkg syscall (linux-386), const SO_RCVBUF = 8
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  9. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const SO_PASSCRED ideal-int
    pkg syscall (linux-arm-cgo), const SO_PASSSEC ideal-int
    pkg syscall (linux-arm-cgo), const SO_PEERCRED ideal-int
    pkg syscall (linux-arm-cgo), const SO_PEERNAME ideal-int
    pkg syscall (linux-arm-cgo), const SO_PEERSEC ideal-int
    pkg syscall (linux-arm-cgo), const SO_PRIORITY ideal-int
    pkg syscall (linux-arm-cgo), const SO_PROTOCOL ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top