Re: [PATCH net-next v6 05/16] quic: provide quic.h header files for kernel and userspace
Stefan Metzmacher <[email protected]> Thu, 8 Jan 2026 10:15:13 +0100
| Newsgroups | dev.linux.lists.quic,dev.linux.lists.kernel-tls-handshake,org.kernel.vger.linux-cifs,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
Am 08.01.26 um 06:29 schrieb Yohei Kojima: >> + >> +/* 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. metze