Searched refs:delay (Results 1 – 10 of 10) sorted by relevance
144 int delay; /* delay 1 packet in N (none if 0) */ member214 opt.delay = atoi(q); in get_options()215 if (opt.delay < 0 || opt.delay > 20 || opt.delay == 1) { in get_options()625 static void delay_packet(packet *delay) in delay_packet() argument631 memcpy(&prev[prev_len++], delay, sizeof(packet)); in delay_packet()733 (opt.delay != 0 && in handle_message()740 rand() % opt.delay == 0)) { in handle_message()
4 Timing: delay 0ms7 Timing: delay 100ms
210 * free to detect it right away of with a delay.
770 * free to detect it right away of with a delay.
80 void mbedtls_ssl_cookie_set_timeout(mbedtls_ssl_cookie_ctx *ctx, unsigned long delay) in mbedtls_ssl_cookie_set_timeout() argument82 ctx->timeout = delay; in mbedtls_ssl_cookie_set_timeout()
85 void mbedtls_ssl_cookie_set_timeout(mbedtls_ssl_cookie_ctx *ctx, unsigned long delay);
1088 unsigned delay; /*!< Number of resume steps to go through */ member1112 unsigned delay) in ssl_async_set_key() argument1119 ctx->slots[ctx->slots_used].delay = delay; in ssl_async_set_key()1190 op_name, slot, config_data->slots[slot].delay); in ssl_async_start()1210 ctx->remaining_delay = config_data->slots[slot].delay; in ssl_async_start()
37 messages will arrive without delay, as the TLS protocol doesn't guarantee that
1253 final delay field in an mbedtls_timing_delay_context, as requested in1710 by MBEDTLS_GCM_ALT may delay partial blocks to the next call to
97 * [`test/udp_proxy.c`](test/udp_proxy.c): a UDP proxy that can inject certain failures (delay, dupl…