Increase poll rate

This commit is contained in:
Jop Zitman 2025-01-22 18:28:25 +08:00
parent 479f6b3924
commit 9fe5ecf667

View file

@ -215,7 +215,6 @@ int slipstream_packet_loop_(picoquic_network_thread_ctx_t* thread_ctx, picoquic_
return bytes_sent;
}
slot->responded = 1;
nb_packets_sent++;
}
@ -233,9 +232,6 @@ int slipstream_packet_loop_(picoquic_network_thread_ctx_t* thread_ctx, picoquic_
if (slot->cnx == NULL) {
continue; // in case the slot written was a bogus message
}
if (slot->responded) {
continue; // already responded
}
slot->cnx->is_poll_requested = 1;