mirror of
https://github.com/EndPositive/slipstream.git
synced 2025-10-08 12:25:04 +00:00
Increase poll rate
This commit is contained in:
parent
479f6b3924
commit
9fe5ecf667
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue