path select

This commit is contained in:
Jop Zitman 2025-01-23 02:03:35 +08:00
parent 9af4c5b952
commit 9045ebb1c8
3 changed files with 8 additions and 5 deletions

View file

@ -10,8 +10,8 @@ typedef struct st_slot_t {
struct sockaddr_storage peer_addr;
struct sockaddr_storage local_addr;
picoquic_cnx_t* cnx;
int path_id;
bool is_poll_packet;
bool responded;
} slot_t;
#endif // SLIPSTREAM_SLOT