Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for mtu (0.18 sec)

  1. docs/changelogs/changelog_1x.md

    
    ## Version 1.0.2
    
    _2013-05-11_
    
     * Fix: Remove use of Java 6-only APIs.
     * Fix: Properly handle exceptions from `NetworkInterface` when querying MTU.
     * Fix: Ensure MTU has a reasonable default and upper-bound.
    
    
    ## Version 1.0.1
    
    _2013-05-06_
    
     * Correct casing of SSL in method names (`getSslSocketFactory`/`setSslSocketFactory`).
    
    
    ## Version 1.0.0
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sun Feb 06 02:19:09 GMT 2022
    - 6.4K bytes
    - Viewed (0)
  2. ci/devinfra/docker_windows/Dockerfile

    # Workaround for networking (b/112379377) was closed as won't fix for MTU setting.
    # Remaining lines handle making the metadata server on the VM accessible inside docker.
    RUN Get-NetAdapter | Where-Object Name -like "*Ethernet*" | ForEach-Object { \
            & netsh interface ipv4 set subinterface $_.InterfaceIndex mtu=1460 store=persistent }; \
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Fri Aug 18 17:24:20 GMT 2023
    - 13.6K bytes
    - Viewed (0)
  3. api/go1.1.txt

    pkg syscall (linux-386), const IPV6_JOIN_GROUP = 20
    pkg syscall (linux-386), const IPV6_LEAVE_ANYCAST = 28
    pkg syscall (linux-386), const IPV6_LEAVE_GROUP = 21
    pkg syscall (linux-386), const IPV6_MTU = 24
    pkg syscall (linux-386), const IPV6_MTU_DISCOVER = 23
    pkg syscall (linux-386), const IPV6_MULTICAST_HOPS = 18
    pkg syscall (linux-386), const IPV6_MULTICAST_IF = 17
    pkg syscall (linux-386), const IPV6_MULTICAST_LOOP = 19
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  4. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const IPV6_TCLASS ideal-int #53466
    pkg syscall (freebsd-riscv64), const IPV6_UNICAST_HOPS = 4 #53466
    pkg syscall (freebsd-riscv64), const IPV6_USE_MIN_MTU = 42 #53466
    pkg syscall (freebsd-riscv64), const IPV6_USE_MIN_MTU ideal-int #53466
    pkg syscall (freebsd-riscv64), const IPV6_V6ONLY = 27 #53466
    pkg syscall (freebsd-riscv64), const IPV6_VERSION = 96 #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), const IPV6_TCLASS ideal-int
    pkg syscall (freebsd-arm64), const IPV6_UNICAST_HOPS = 4
    pkg syscall (freebsd-arm64), const IPV6_USE_MIN_MTU = 42
    pkg syscall (freebsd-arm64), const IPV6_USE_MIN_MTU ideal-int
    pkg syscall (freebsd-arm64), const IPV6_V6ONLY = 27
    pkg syscall (freebsd-arm64), const IPV6_VERSION = 96
    pkg syscall (freebsd-arm64), const IPV6_VERSION ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  6. api/go1.16.txt

    pkg syscall (darwin-arm64), const RTV_EXPIRE ideal-int
    pkg syscall (darwin-arm64), const RTV_HOPCOUNT = 2
    pkg syscall (darwin-arm64), const RTV_HOPCOUNT ideal-int
    pkg syscall (darwin-arm64), const RTV_MTU = 1
    pkg syscall (darwin-arm64), const RTV_MTU ideal-int
    pkg syscall (darwin-arm64), const RTV_RPIPE = 8
    pkg syscall (darwin-arm64), const RTV_RPIPE ideal-int
    pkg syscall (darwin-arm64), const RTV_RTT = 64
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.24.md

    - Kubernetes 1.24 bumped version of golang it is compiled with to go1.18, which introduced significant changes to its garbage collection...
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Aug 24 00:02:43 GMT 2023
    - 473.4K bytes
    - Viewed (0)
Back to top