From: Roland Häder Date: Fri, 14 Aug 2009 13:48:47 +0000 (+0000) Subject: Some ideas for messages added X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ca6c5915befc6fca23e277f162005c6f749ff2b5;p=hub-docs.git Some ideas for messages added --- diff --git a/protocol-drafts/protocol-ideas.txt b/protocol-drafts/protocol-ideas.txt index 8bb1abc..3cc086b 100755 --- a/protocol-drafts/protocol-ideas.txt +++ b/protocol-drafts/protocol-ideas.txt @@ -25,3 +25,12 @@ Fields for a network frame: Message-level: -------------- +- a message is only identified by itself (the body) +- the header does not contain any message-specific parts +- a message may contain extra data e.g. hash trees for larger object but no ibjects +- therefor its total size is limited in opposite to an object +- extra data is seperated by a marker from the message +- an end-marker closes the whole message + +Object-level: +-------------