Home
last modified time | relevance | path

Searched refs:wblock_percent (Results 1 - 3 of 3) sorted by relevance

/third_party/curl/lib/vquic/
H A Dvquic_int.h50 int wblock_percent; /* percent of writes doing EAGAIN */ member
H A Dvquic.c102 qctx->wblock_percent = (int)l; in vquic_ctx_init()
257 if(qctx->wblock_percent > 0) { in vquic_send_packets()
260 if(c >= ((100-qctx->wblock_percent)*256/100)) { in vquic_send_packets()
/third_party/curl/lib/
H A Dcf-socket.c788 int wblock_percent; /* percent of writes doing EAGAIN */ member
815 ctx->wblock_percent = (int)l; in cf_socket_ctx_init()
1288 if(ctx->wblock_percent > 0) { in cf_socket_send()
1291 if(c >= ((100-ctx->wblock_percent)*256/100)) { in cf_socket_send()

Completed in 5 milliseconds