Skip to content

Commit 11d465b

Browse files
committed
virtio-msg: Fix-up error handling in the bus
* change msg_op back to msg_id Signed-off-by: Bill Mills <bill.mills@linaro.org>
1 parent 4bafe93 commit 11d465b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

transport-msg.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ \subsubsection{Error Signaling}
244244
\item A bus implementation \textbf{MAY} surface a transport-visible failure
245245
(implementation-defined) after exhausting any bounded retry policy for
246246
a transmission error.
247-
\item Malformed headers or unsupported \field{msg_op} values \textbf{SHOULD}
247+
\item Malformed headers or unsupported \field{msg_id} values \textbf{SHOULD}
248248
be discarded; the receiver \textbf{MAY} log them and \textbf{SHOULD NOT}
249249
generate further protocol traffic in response.
250250
\item Event (one-way) messages \textbf{MUST NOT} elicit an error response.

0 commit comments

Comments
 (0)