Lines Matching +full:fail +full:- +full:fast
45 * @addtogroup api-tcp
71 * This callback informs the application that the TCP 3-way handshake is
98 * applications that benefit from finer-grained information about how the
104 * "in-flight" region at the head (front) of the send buffer. It corresponds
107 * send buffer that is not in the "in-flight" region. The "backlog" region
111 * "in-flight" region of the send buffer may shrink (e.g., when the recipient
150 * execution in a tasklet; to avoid reentrancy-related complexity, the
155 …* @param[in] aInSendBuffer The number of bytes in the send buffer (sum of "in-flight" and "backl…
195 * be used, or that a connection has entered the TIME-WAIT state.
203 * In the case of a connection entering the TIME-WAIT state, this callback is
204 * called twice, once upon entry into the TIME-WAIT state (with
205 * OT_TCP_DISCONNECTED_REASON_TIME_WAIT, and again when the TIME-WAIT state
243 void *mContext; ///< A pointer to application-specific context
264 void *mContext; ///< Pointer to application-specific context
385 * TCP Fast Open must be enabled or disabled using @p aFlags. If it is
391 * If TCP Fast Open is disabled, then the caller must wait for the
507 * connection endpoint will fail.
606 * This callback indicates that the TCP connection is now ready for two-way
609 * In the case of TCP Fast Open, this may be before the TCP
649 void *mContext; ///< A pointer to application-specific context
660 void *mContext; ///< Pointer to application-specific context