mirror of
https://github.com/EndPositive/slipstream.git
synced 2025-10-08 12:25:04 +00:00
Decrease number of polls
This commit is contained in:
parent
52a97ded1b
commit
1bd6c0d76d
2 changed files with 6 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue