Fixup dcubic

This commit is contained in:
Jop Zitman 2025-01-22 18:24:05 +08:00
parent 161f3a6fd3
commit 479f6b3924
4 changed files with 36 additions and 12 deletions

View file

@ -10,7 +10,6 @@ typedef struct st_slot_t {
struct sockaddr_storage peer_addr;
struct sockaddr_storage local_addr;
picoquic_cnx_t* cnx;
uint64_t created_time;
bool is_poll_packet;
bool responded;
} slot_t;