On Tue, Mar 23, 2021 at 12:04:44PM +0300, Arseny Krasnov wrote: > This: > 1) Replaces enums with C style defines. Why? Please include the rationale for this change in the commit description. > @@ -227,6 +226,11 @@ \subsubsection{Stream Sockets}\label{sec:Device Types / Socket Device / Device O > hints are permanent once sent and successive packets with bits clear do not > reset them. > > +\begin{lstlisting} > +#define VIRTIO_VSOCK_SHUTDOWN_RECEIVE_BIT 0 > +#define VIRTIO_VSOCK_SHUTDOWN_SEND_BIT 1 > +\end{lstlisting} Please reference these constants in the text.