Binary protocol: describe IPROTO_RAFT_* requests #2814
Labels
add details
[nature] More details needed, some info missing. Documentation is incomplete.
iproto
Related to the iproto protocol
server
[area] Task relates to Tarantool's server (core) functionality
https://www.tarantool.io/en/doc/latest/dev_guide/internals/box_protocol/
Please, mention
IPROTO_RAFT = 0x1e
,IPROTO_RAFT_PROMOTE = 0x1f
,IPROTO_RAFT_DEMOTE = 0x20
requests.IPROTO_RAFT
request has the following fields:IPROTO_RAFT_TERM = 0
IPROTO_RAFT_VOTE = 1
IPROTO_RAFT_STATE = 2
IPROTO_RAFT_VCLOCK = 3
The text was updated successfully, but these errors were encountered: