+Statistics +==========
+QUIC Tx offload to the kernel has counters reflected in /proc/net/quic_stat:
- QuicCurrTxSw - number of currently active kernel offloaded QUIC connections
- QuicTxSw - accumulative total number of offloaded QUIC connections
- QuicTxSwError - accumulative total number of errors during QUIC Tx offload to
kernel
netlink messages please, not /proc for statistics. netlink is the preferred way to configure and report about the network stack.
Andrew