Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for Opackets (0.27 sec)

  1. prow/config/calico.yaml

                    type: string
                  ttlSecurity:
                    description: TTLSecurity enables the generalized TTL security mechanism
                      (GTSM) which protects against spoofed packets by ignoring received
                      packets with a smaller than expected TTL value. The provided value
                      is the number of hops (edges) between the peers.
                    type: integer
                type: object
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), type IfData struct, Ierrors uint64
    pkg syscall (netbsd-arm64-cgo), type IfData struct, Imcasts uint64
    pkg syscall (netbsd-arm64-cgo), type IfData struct, Ipackets uint64
    pkg syscall (netbsd-arm64-cgo), type IfData struct, Iqdrops uint64
    pkg syscall (netbsd-arm64-cgo), type IfData struct, Lastchange Timespec
    pkg syscall (netbsd-arm64-cgo), type IfData struct, Link_state int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg syscall (darwin-arm64), type IfData struct, Ierrors uint32
    pkg syscall (darwin-arm64), type IfData struct, Imcasts uint32
    pkg syscall (darwin-arm64), type IfData struct, Ipackets uint32
    pkg syscall (darwin-arm64), type IfData struct, Iqdrops uint32
    pkg syscall (darwin-arm64), type IfData struct, Lastchange Timeval32
    pkg syscall (darwin-arm64), type IfData struct, Metric uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  4. pkg/proxy/iptables/proxier_test.go

    // tracePacket determines what would happen to a packet with the given sourceIP, protocol,
    // destIP, and destPort, given the indicated iptables ruleData. nodeIP is the local node
    // IP (for rules matching "LOCAL"). (The protocol value should be lowercase as in iptables
    // rules, not uppercase as in corev1.)
    //
    // The return values are: an array of matched rules (for debugging), the final packet
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	Frame_nr         uint32
    	Retire_blk_tov   uint32
    	Sizeof_priv      uint32
    	Feature_req_word uint32
    }
    
    type TpacketStats struct {
    	Packets uint32
    	Drops   uint32
    }
    
    type TpacketStatsV3 struct {
    	Packets      uint32
    	Drops        uint32
    	Freeze_q_cnt uint32
    }
    
    type TpacketAuxdata struct {
    	Status    uint32
    	Len       uint32
    	Snaplen   uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  6. doc/go_spec.html

    </p>
    
    <h2 id="Blocks">Blocks</h2>
    
    <p>
    A <i>block</i> is a possibly empty sequence of declarations and statements
    within matching brace brackets.
    </p>
    
    <pre class="ebnf">
    Block = "{" StatementList "}" .
    StatementList = { Statement ";" } .
    </pre>
    
    <p>
    In addition to explicit blocks in the source code, there are implicit blocks:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  7. CHANGELOG/CHANGELOG-1.15.md

    - Transparent kube-proxy restarts when using IPVS are now allowed. ([#75283](https://github.com/kubernetes/kubernetes/pull/75283), [@lbernail](https://github.com/lbernail))
    - Packets considered INVALID by conntrack are now dropped. In particular, this fixes
    a problem where spurious retransmits in a long-running TCP connection to a service
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.20.md

    - Fix CVE-2020-8555 for Quobyte client connections. ([#95206](https://github.com/kubernetes/kubernetes/pull/95206), [@misterikkit](https://github.com/misterikkit)) [SIG Storage]
    - Fix IP fragmentation of UDP and TCP packets not supported issues on LoadBalancer rules ([#96464](https://github.com/kubernetes/kubernetes/pull/96464), [@nilo19](https://github.com/nilo19)) [SIG Cloud Provider]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.6.md

    * Fix Service Update on LoadBalancerSourceRanges Field ([#37720](https://github.com/kubernetes/kubernetes/pull/37720), [@freehan](https://github.com/freehan))
    * Bug fix. Incoming UDP packets not reach newly deployed services ([#32561](https://github.com/kubernetes/kubernetes/pull/32561), [@zreigz](https://github.com/zreigz))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  10. ChangeLog.md

    - [`KT-30868`](https://youtrack.jetbrains.com/issue/KT-30868) Unsound smartcast if smartcast source and break is placed inside square brackets (indexing expression)
    - [`KT-31053`](https://youtrack.jetbrains.com/issue/KT-31053) Nothing? type check isn't equivalent to null check is some places
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
Back to top