Lines Matching +full:rx +full:- +full:internal +full:- +full:delay
2 * Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved.
12 # include "internal/quic_statm.h"
13 # include "internal/quic_cc.h"
14 # include "internal/quic_types.h"
15 # include "internal/quic_wire.h"
16 # include "internal/quic_predef.h"
17 # include "internal/time.h"
18 # include "internal/list.h"
41 * Configures the RX-side maximum ACK delay. This is the maximum amount of time
42 * the peer is allowed to delay sending an ACK frame after receiving an
43 * ACK-eliciting packet. The peer communicates this value via a transport
49 * Configures the TX-side maximum ACK delay. This is the maximum amount of time
50 * we are allowed to delay sending an ACK frame after receiving an ACK-eliciting
75 * the RX side (RFC 9000 s. 13.2.4). It allows older PN tracking information
76 * on the RX side to be discarded.
96 * 1 if the packet has one or more ACK-eliciting frames.
119 * (Internal use fields; must be zero-initialized.)
122 * a singly-linked list of newly-acknowledged packets, and lnext is used to
123 * manifest a singly-linked list of newly lost packets.
152 /* 1 if the packet has one or more ACK-eliciting frames. */
169 * ACKM if you want in-flight packets to have their discarded callbacks called.
212 * Returns 1 if the given RX PN is 'processable'. A processable PN is one that
215 * - duplicate, meaning that we have already been passed such a PN in a call
218 * - written off, meaning that the PN is so old we have stopped tracking state
234 * The following two probe request types are used only for anti-deadlock
235 * purposes in relation to the anti-amplification logic, by generating
236 * packets to buy ourselves more anti-amplification credit with the server
246 * Send an ACK-eliciting packet for each count here.
275 * as having been pseudo-lost. The main reason to use this is during a Retry, to