Re: [PATCH net-next v6 05/16] quic: provide quic.h header files for kernel and userspace
Yohei Kojima <[email protected]> Thu, 8 Jan 2026 19:32:51 +0900
| Newsgroups | dev.linux.lists.quic,dev.linux.lists.kernel-tls-handshake,org.kernel.vger.linux-cifs,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jan 08, 2026 at 10:15:13AM +0100, Stefan Metzmacher wrote: > >> + > >> +/* 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