mirror of
https://github.com/EndPositive/slipstream.git
synced 2025-10-08 12:25:04 +00:00
Increase poll delay
This commit is contained in:
parent
ec409d4ca8
commit
7d7750864a
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@ int slipstream_client_sockloop_callback(picoquic_quic_t* quic, picoquic_packet_l
|
|||
case picoquic_packet_loop_before_select:
|
||||
uint64_t current_time = picoquic_current_time();
|
||||
uint64_t passed = current_time - client_ctx->last_request;
|
||||
if (passed < 20000) {
|
||||
if (passed < 200000) {
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue