Correct section number of opcode section in protocol spec

patch by Amos Jianjun Kong; reviewed by Aleksey Yeschenko for
CASSANDRA-11915
This commit is contained in:
Amos Jianjun Kong 2016-05-28 23:39:43 +08:00 committed by Aleksey Yeschenko
parent 6b994cabe3
commit 02f78f658c
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ Table of Contents
Each frame contains a fixed size header (9 bytes) followed by a variable size
body. The header is described in Section 2. The content of the body depends
on the header opcode value (the body can in particular be empty for some
opcode values). The list of allowed opcode is defined Section 2.3 and the
opcode values). The list of allowed opcode is defined Section 2.4 and the
details of each corresponding message is described Section 4.
The protocol distinguishes 2 types of frames: requests and responses. Requests

View File

@ -65,7 +65,7 @@ Table of Contents
Each frame contains a fixed size header (9 bytes) followed by a variable size
body. The header is described in Section 2. The content of the body depends
on the header opcode value (the body can in particular be empty for some
opcode values). The list of allowed opcodes is defined in Section 2.3 and the
opcode values). The list of allowed opcodes is defined in Section 2.4 and the
details of each corresponding message are described Section 4.
The protocol distinguishes two types of frames: requests and responses. Requests