On Thu, Jan 08, 2026 at 10:15:13AM +0100, Stefan Metzmacher wrote:
quoted
quoted
+
+/* Socket Options APIs */
+#define QUIC_SOCKOPT_EVENT 0
+#define QUIC_SOCKOPT_STREAM_OPEN 1
+#define QUIC_SOCKOPT_STREAM_RESET 2
+#define QUIC_SOCKOPT_STREAM_STOP_SENDING 3
+#define QUIC_SOCKOPT_CONNECTION_ID 4
+#define QUIC_SOCKOPT_CONNECTION_CLOSE 5
+#define QUIC_SOCKOPT_CONNECTION_MIGRATION 6
+#define QUIC_SOCKOPT_KEY_UPDATE 7
This is a trivial point, but it would be better to align the indentation
of the line above.
This is just the diff output in mail, now in my reply
the value 5 is also moved one tab to much.
It's all aligned correctly in the actual file.
That's embarrassing! I'm very sorry for the noise.
Yohei