Home
last modified time | relevance | path

Searched +full:open +full:- +full:pull +full:- +full:requests +full:- +full:limit (Results 1 – 4 of 4) sorted by relevance

/openthread-3.5.0/.github/
Ddependabot.yml31 - package-ecosystem: "github-actions"
35 commit-message:
36 prefix: "github-actions"
37 rebase-strategy: "disabled"
38 open-pull-requests-limit: 1
/openthread-3.5.0/third_party/tcplp/bsdtcp/
Dtcp_input.c1 /*-
4 * Copyright (c) 2007-2008,2010
6 * Copyright (c) 2009-2010 Lawrence Stewart <lstewart@freebsd.org>
8 * Copyright (c) 2010-2011 Juniper Networks, Inc.
61 * While looking at the routing entry, we also initialize other path-dependent
62 * parameters from pre-set or cached values in the routing entry.
67 * are present. Store the upper limit of the length of options plus
118 tp->ccv->bytes_this_ack = BYTES_THIS_ACK(tp, th); in cc_ack_received()
119 if (tp->snd_cwnd <= tp->snd_wnd) in cc_ack_received()
120 tp->ccv->flags |= CCF_CWND_LIMITED; in cc_ack_received()
[all …]
/openthread-3.5.0/src/lib/spinel/
Dspinel.h37 * Spinel is a host-controller protocol designed to enable
38 * inter-operation over simple serial connections between general purpose
39 * device operating systems (OS) host and network co-processors (NCP) for
42 * ---------------------------------------------------------------------------
48 * - A header byte
49 * - A command (up to three bytes)
50 * - An optional command payload
52 * +---------+--------+-----+-------------+
53 * | Octets: | 1 | 1-3 | n |
54 * +---------+--------+-----+-------------+
[all …]
/openthread-3.5.0/third_party/mbedtls/repo/
DChangeLog3 = mbed TLS 2.28.0 branch released 2021-12-17
11 * Sign-magnitude and one's complement representations for signed integers are
16 which allowed SHA-1 in the default TLS configuration for certificate
18 with SHA-1 certificates. SHA-1 is considered a weak message digest and
27 supported on GCC-like compilers and on MSVC and can be configured through
44 man-in-the-middle to inject fake ciphertext into a DTLS connection.
49 * Fix a double-free that happened after mbedtls_ssl_set_session() or
58 The check was accidentally not performed when cross-compiling for Windows
70 * Fix mbedtls_cipher_crypt: AES-ECB when MBEDTLS_USE_PSA_CRYPTO is enabled.
71 * Failures of alternative implementations of AES or DES single-block
[all …]