rename responseTo -> requestID to avoid partial record accessors
This commit is contained in:
parent
3892dc91aa
commit
2c827ea326
5 changed files with 21 additions and 15 deletions
|
@ -27,7 +27,8 @@ Request ::= SEQUENCE {
|
|||
-- request and response instead of explicit flag
|
||||
|
||||
Response ::= SEQUENCE {
|
||||
responseTo INTEGER (0..4294967295), -- arbitrarily restricting to an unsigned 32bit integer
|
||||
-- requestID of the request responding to
|
||||
requestID INTEGER (0..4294967295), -- arbitrarily restricting to an unsigned 32bit integer
|
||||
senderID NodeID,
|
||||
part Partnum,
|
||||
finalPart BOOLEAN, -- flag indicating this `part` to be the last of this response
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue