MINOR: quic: implement send-retry quic-initial rules

Define a new quic-initial "send-retry" rule. This allows to force the
emission of a Retry packet on an initial without token instead of
instantiating a new QUIC connection.
This commit is contained in:
Amaury Denoyelle
2024-07-22 13:29:04 +02:00
parent 69d7e9f3b7
commit 08515af9df
4 changed files with 33 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ struct quic_receiver_buf {
};
#define QUIC_DGRAM_FL_REJECT 0x00000001
#define QUIC_DGRAM_FL_SEND_RETRY 0x00000002
/* QUIC datagram */
struct quic_dgram {