Searched refs:delay (Results 1 – 14 of 14) sorted by relevance
5 OSSL_sleep - delay execution for a specified number of milliseconds15 OSSL_sleep() is a convenience function to delay execution of the calling16 thread for (at least) I<millis> milliseconds. The delay is not guaranteed;
82 OSSL_CMP_SRV_delayed_delivery_cb_t delay,129 If the <delay> function is NULL then delivery of responses is never delayed.130 Otherwise I<delay> takes a custom server context and a request message as input.
36 In addition to network propagation delay and network stack overhead, this
76 this may lead to a delay which cannot be controlled, the automatic
60 Therefore, in applications that delay SCT policy enforcement until after
55 The maximum ACK delay configured using `ossl_statm_set_max_ack_delay` is not58 to retrieve the value and enforce the maximum ACK delay if appropriate.69 Sets the maximum ACK delay field reported by `OSSL_RTT_INFO`.
218 ACK delay issue.
20 /* ACK delay exponent used when encoding. */
98 Ack delay (raw) 0274 Ack delay (raw) 0279 Ack delay (raw) 0
96 Ack delay (raw) 0272 Ack delay (raw) 0277 Ack delay (raw) 0
64 OSSL_TIME delay; in ossl_quic_wire_encode_frame_ack() local69 delay = ossl_time_divide(ossl_time_divide(ack->delay_time, OSSL_TIME_US), in ossl_quic_wire_encode_frame_ack()71 ack_delay_enc = ossl_time2ticks(delay); in ossl_quic_wire_encode_frame_ack()
96 OSSL_CMP_SRV_delayed_delivery_cb_t delay, in OSSL_CMP_SRV_CTX_init_trans() argument103 srv_ctx->delayed_delivery = delay; in OSSL_CMP_SRV_CTX_init_trans()
535 OSSL_CMP_SRV_delayed_delivery_cb_t delay,
15208 platforms the 10 ms delay will never occur.
Completed in 95 milliseconds