Amaury Denoyelle
15adc4cc4e
MINOR: quic: remove address concatenation to ODCID
...
Previously, ODCID were concatenated with the client address. This was
done to prevent a collision between two endpoints which used the same
ODCID.
Thanks to the two previous patches, first connection generated CID is
now directly derived from the client ODCID using a hash function which
uses the client source address from the same purpose. Thus, it is now
unneeded to concatenate client address to <odcid> quic-conn member.
This change allows to simplify the quic_cid structure management and
reduce its size which is important as it is embedded several times in
various structures such as quic_conn and quic_rx_packet.
This should be backported up to 2.7.
2023-04-05 11:09:57 +02:00
..
2022-11-14 11:14:02 +01:00
2022-04-25 15:28:21 +02:00
2023-04-05 08:57:06 +02:00
2023-04-05 08:57:06 +02:00
2022-11-22 16:27:52 +01:00
2022-11-24 15:24:02 +01:00
2023-04-05 08:57:06 +02:00
2023-04-05 08:57:05 +02:00
2022-04-19 08:23:30 +02:00
2022-06-23 11:49:09 +02:00
2023-02-21 11:44:55 +01:00
2023-02-21 11:44:55 +01:00
2023-01-27 15:18:59 +01:00
2023-03-31 17:09:03 +02:00
2023-03-02 15:37:23 +01:00
2023-02-03 18:00:20 +01:00
2022-04-26 10:59:48 +02:00
2023-02-28 10:28:47 +01:00
2023-04-05 08:57:06 +02:00
2023-04-05 08:58:16 +02:00
2022-08-17 10:45:22 +02:00
2023-04-05 08:57:06 +02:00
2023-02-08 11:10:33 +01:00
2022-04-25 19:42:43 +02:00
2023-03-16 15:34:20 +01:00
2022-07-15 19:43:10 +02:00
2023-04-05 08:57:06 +02:00
2023-04-05 08:57:05 +02:00
2022-10-30 17:17:56 +01:00
2022-09-21 09:06:28 +02:00
2022-09-21 09:06:28 +02:00
2022-09-21 09:06:28 +02:00
2022-09-09 11:15:22 +02:00
2022-07-15 20:16:30 +02:00
2023-04-05 08:58:17 +02:00
2022-10-12 21:49:30 +02:00
2023-01-27 15:18:59 +01:00
2022-12-09 12:23:14 +01:00
2023-03-09 14:01:48 +01:00
2023-04-05 08:57:06 +02:00
2023-04-05 08:57:06 +02:00
2022-11-14 11:14:02 +01:00
2023-04-05 08:57:05 +02:00
2022-12-14 10:44:17 +01:00
2023-04-05 08:57:05 +02:00
2023-02-27 17:45:45 +01:00
2023-02-14 08:48:54 +01:00
2022-12-14 11:34:18 +01:00
2022-05-30 09:59:26 +02:00
2023-03-23 14:38:06 +01:00
2023-04-05 08:58:16 +02:00
2022-11-14 11:14:02 +01:00
2023-04-05 08:58:17 +02:00
2023-04-05 08:58:17 +02:00
2023-02-14 08:48:54 +01:00
2023-01-26 11:36:39 +01:00
2022-04-12 08:30:08 +02:00
2023-02-17 16:25:00 +01:00
2023-04-04 05:38:01 +02:00
2023-04-05 10:53:20 +02:00
2023-04-05 08:57:06 +02:00
2023-04-01 18:33:40 +02:00
2023-04-01 18:33:40 +02:00
2023-04-05 08:57:06 +02:00
2023-01-27 15:18:59 +01:00
2022-04-25 19:26:26 +02:00
2023-03-30 14:11:10 +02:00
2023-02-03 13:39:18 +01:00
2022-04-22 15:45:47 +02:00
2023-03-08 10:43:04 +01:00
2023-02-28 10:28:47 +01:00
2023-04-05 08:57:05 +02:00
2022-04-12 08:19:33 +02:00
2022-06-08 15:28:38 +02:00
2023-04-05 08:57:06 +02:00
2023-03-16 15:34:20 +01:00
2023-04-05 08:57:05 +02:00
2023-04-01 18:33:40 +02:00
2023-04-05 08:57:05 +02:00
2023-04-01 18:33:40 +02:00
2023-04-05 08:57:06 +02:00
2022-11-29 15:15:27 +01:00
2023-03-22 17:30:28 +01:00
2022-05-27 19:33:35 +02:00
2023-04-05 08:57:05 +02:00
2023-03-22 18:05:02 +01:00
2023-04-05 11:07:01 +02:00
2022-07-25 16:11:11 +02:00
2023-02-03 18:00:20 +01:00
2023-01-16 14:00:50 +01:00
2023-02-23 15:05:05 +01:00
2023-02-23 15:05:05 +01:00
2023-02-23 15:05:05 +01:00
2023-04-05 08:58:17 +02:00
2023-02-17 16:25:00 +01:00
2023-03-22 16:08:54 +01:00
2023-03-17 16:43:51 +01:00
2022-05-30 14:30:05 +02:00
2022-11-24 15:38:26 +01:00
2022-07-30 10:00:59 +02:00
2023-04-03 13:15:56 +02:00
2023-04-03 13:15:56 +02:00
2023-04-02 13:10:13 +02:00
2022-10-03 16:25:17 +02:00
2023-04-05 11:09:57 +02:00
2023-03-31 09:54:59 +02:00
2023-04-04 18:24:28 +02:00
2023-03-10 14:30:01 +01:00
2022-12-02 14:45:43 +01:00
2022-10-13 10:12:03 +02:00
2023-03-03 19:12:26 +01:00
2023-03-08 08:50:54 +01:00
2023-01-12 16:37:45 +01:00
2022-09-01 19:34:46 +02:00
2023-03-14 15:23:55 +01:00
2023-04-05 08:57:06 +02:00
2023-03-08 10:43:04 +01:00
2023-04-05 08:58:16 +02:00
2023-02-09 18:04:10 +01:00
2022-09-09 11:15:22 +02:00
2023-04-05 08:58:16 +02:00
2022-11-14 11:14:02 +01:00
2023-01-11 11:27:20 +01:00
2023-02-23 15:05:05 +01:00
2023-03-08 16:07:32 +01:00
2023-04-05 08:57:06 +02:00
2023-04-05 08:57:06 +02:00
2023-03-31 09:10:36 +02:00
2022-11-18 15:24:23 +01:00
2023-04-01 18:33:40 +02:00
2022-12-21 11:21:07 +01:00
2023-04-05 08:58:16 +02:00
2023-04-05 08:57:06 +02:00
2023-04-05 08:57:06 +02:00
2023-04-05 08:57:06 +02:00
2023-02-17 16:01:34 +01:00
2022-11-19 04:53:47 +01:00
2023-04-05 08:57:06 +02:00
2023-03-16 11:26:53 +01:00
2023-04-05 08:46:06 +02:00
2023-04-05 08:58:17 +02:00
2023-03-22 17:30:28 +01:00
2023-04-05 08:46:06 +02:00
2022-11-14 11:14:02 +01:00
2023-02-17 16:01:34 +01:00
2022-06-23 11:49:09 +02:00
2023-02-20 11:20:18 +01:00