]> git.mxchange.org Git - hub-docs.git/commitdiff
Some ideas for messages added
authorRoland Häder <roland@mxchange.org>
Fri, 14 Aug 2009 13:48:47 +0000 (13:48 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 14 Aug 2009 13:48:47 +0000 (13:48 +0000)
protocol-drafts/protocol-ideas.txt

index 8bb1abc84f5f9144344b3856d83b98a5cda470ed..3cc086b3728ffdc7a5d7dd263bfc4e50e8dfa198 100755 (executable)
@@ -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:
+-------------