rename responseTo -> requestID to avoid partial record accessors

This commit is contained in:
Trolli Schmittlauch 2020-06-08 20:31:18 +02:00
parent 3892dc91aa
commit 2c827ea326
5 changed files with 21 additions and 15 deletions

View file

@ -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