Decrease number of polls

This commit is contained in:
Jop Zitman 2025-01-18 11:22:48 +08:00
parent 52a97ded1b
commit 1bd6c0d76d
2 changed files with 6 additions and 8 deletions

View file

@ -12,6 +12,7 @@ typedef struct st_slot_t {
picoquic_cnx_t* cnx;
uint64_t created_time;
bool is_poll_packet;
bool responded;
} slot_t;
#endif // SLIPSTREAM_SLOT