Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for winnr (0.24 sec)

  1. api/go1.1.txt

    pkg syscall (windows-386), const DNS_TYPE_UINFO = 100
    pkg syscall (windows-386), const DNS_TYPE_UNSPEC = 103
    pkg syscall (windows-386), const DNS_TYPE_WINS = 65281
    pkg syscall (windows-386), const DNS_TYPE_WINSR = 65282
    pkg syscall (windows-386), const DNS_TYPE_WKS = 11
    pkg syscall (windows-386), const DNS_TYPE_X25 = 19
    pkg syscall (windows-386), const DUPLICATE_CLOSE_SOURCE = 1
    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)
  2. docs/features/connections.md

     * Keep whichever TCP connection succeeds first and cancel all the others.
     * Race TCP only. Only attempt a TLS handshake on the winning TCP connection.
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Feb 21 03:33:59 GMT 2022
    - 5.4K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg syscall (windows-386), const DNS_TYPE_UINFO ideal-int
    pkg syscall (windows-386), const DNS_TYPE_UNSPEC ideal-int
    pkg syscall (windows-386), const DNS_TYPE_WINS ideal-int
    pkg syscall (windows-386), const DNS_TYPE_WINSR ideal-int
    pkg syscall (windows-386), const DNS_TYPE_WKS ideal-int
    pkg syscall (windows-386), const DNS_TYPE_X25 ideal-int
    pkg syscall (windows-386), const DUPLICATE_CLOSE_SOURCE 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)
  4. okhttp/src/main/kotlin/okhttp3/internal/connection/FastFallbackExchangeFinder.kt

              // We have a connected TCP connection. Cancel and defer the racing connects that all lost.
              cancelInFlightConnects()
    
              // Finish connecting. We won't have to if the winner is from the connection pool.
              if (!connectResult.plan.isReady) {
                connectResult = connectResult.plan.connectTlsEtc()
              }
    
              if (connectResult.isSuccess) {
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 5.8K bytes
    - Viewed (0)
Back to top