~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/network-protocol.txt

Implement version 3 of the network protocol. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
221
221
 
222
222
The underlying message format is::
223
223
 
224
 
  MESSAGE := "bzr message 3" NEWLINE HEADERS MESSAGE_PARTS
 
224
  MESSAGE := "bzr message 3 (bzr 1.6)" NEWLINE HEADERS MESSAGE_PARTS
225
225
  HEADERS := LENGTH_PREFIX bencoded_dict
226
226
  MESSAGE_PARTS := MESSAGE_PART [MORE_MESSAGE_PARTS]
227
227
  MORE_MESSAGE_PARTS := END_MESSAGE_PARTS | MESSAGE_PARTS