Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tcp (0.17 sec)

  1. cni/test/testdata/env_vars.sh

    KUBERNETES_PORT=tcp://10.110.0.1:443
    # shellcheck disable=SC2034
    KUBE_DNS_PORT_53_TCP_ADDR=10.110.0.10
    # shellcheck disable=SC2034
    KUBE_DNS_PORT=udp://10.110.0.10:53
    # shellcheck disable=SC2034
    KUBERNETES_SERVICE_PORT_HTTPS=443
    # shellcheck disable=SC2034
    KUBERNETES_PORT_443_TCP_PORT=443
    # shellcheck disable=SC2034
    KUBERNETES_PORT_443_TCP=tcp://10.110.0.1:443
    # shellcheck disable=SC2034
    KUBE_DNS_PORT_53_TCP_PORT=53
    Shell Script
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Thu Nov 19 23:19:19 GMT 2020
    - 1.9K bytes
    - Viewed (0)
  2. ci/official/containers/linux_arm64/builder.devtoolset/build_devtoolset.sh

    # need to fix up all the links to stay within /${TARGET}.
    /fixlinks.sh "/${TARGET}"
    
    # Patch to allow non-glibc 2.12 compatible builds to work.
    sed -i '54i#define TCP_USER_TIMEOUT 18' "/${TARGET}/usr/include/netinet/tcp.h"
    
    # Download specific version of libstdc++ shared library based on the value of
    # the `VERSION` parameter
      # Download binary libstdc++ 4.8 shared library release
    Shell Script
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri Sep 29 00:26:34 GMT 2023
    - 6.1K bytes
    - Viewed (1)
Back to top