Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 46 of 46 for udp (0.31 sec)

  1. CHANGELOG/CHANGELOG-1.24.md

    - This code change fixes the bug that UDP services would trigger unnecessary LoadBalancer updates. The root cause is that a field not working for non-TCP protocols is considered.
    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)
  2. CHANGELOG/CHANGELOG-1.8.md

        * possible to update the spec field of an existing
        * NetworkPolicy. (Previously you had to delete and recreate a
        * NetworkPolicy if you wanted to change it.)
    * Fix udp service blackhole problem when number of backends changes from 0 to non-0 ([#48524](https://github.com/kubernetes/kubernetes/pull/48524), [@freehan](https://github.com/freehan))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Feb 20 15:45:02 GMT 2024
    - 312.2K bytes
    - Viewed (1)
  3. CHANGELOG/CHANGELOG-1.26.md

    ## Changelog since v1.26.6
    
    ## Changes by Kind
    
    ### API Change
    
    - GCE does not support LoadBalancer Services with ports with different protocols (TCP and UDP) ([#115966](https://github.com/kubernetes/kubernetes/pull/115966), [@aojea](https://github.com/aojea)) [SIG Apps and Cloud Provider]
    
    ### Feature
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Mar 14 16:24:51 GMT 2024
    - 425.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.11.md

    * UDP connections now support graceful termination in IPVS mode ([#71515](https://github.com/kubernetes/kubernetes/pull/71515), [@lbernail](https://github.com/lbernail))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Feb 06 06:04:15 GMT 2020
    - 328.4K bytes
    - Viewed (0)
  5. api/go1.txt

    pkg syscall, const IFF_UP ideal-int
    pkg syscall, const IPPROTO_IP ideal-int
    pkg syscall, const IPPROTO_IPV6 ideal-int
    pkg syscall, const IPPROTO_TCP ideal-int
    pkg syscall, const IPPROTO_UDP ideal-int
    pkg syscall, const IPV6_JOIN_GROUP ideal-int
    pkg syscall, const IPV6_LEAVE_GROUP ideal-int
    pkg syscall, const IPV6_MULTICAST_HOPS ideal-int
    pkg syscall, const IPV6_MULTICAST_IF 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)
  6. api/go1.1.txt

    pkg syscall, const IFF_BROADCAST = 2
    pkg syscall, const IFF_UP = 1
    pkg syscall, const IPPROTO_IP = 0
    pkg syscall, const IPPROTO_IPV6 = 41
    pkg syscall, const IPPROTO_TCP = 6
    pkg syscall, const IPPROTO_UDP = 17
    pkg syscall, const O_RDONLY = 0
    pkg syscall, const O_RDWR = 2
    pkg syscall, const O_WRONLY = 1
    pkg syscall, const SHUT_RD = 0
    pkg syscall, const SHUT_RDWR = 2
    pkg syscall, const SHUT_WR = 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)
Back to top