Commit 66605001 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Fix protocol packet comment, a storage can ask an object to another during

replication.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@805 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent d667d9a9
......@@ -230,7 +230,7 @@ packet_types = Enum({
# Ask a stored object by its OID and a serial or a TID if given. If a serial
# is specified, the specified revision of an object will be returned. If
# a TID is specified, an object right before the TID will be returned. C -> S.
# a TID is specified, an object right before the TID will be returned. S,C -> S.
'ASK_OBJECT': 0x001b,
# Answer the requested object. S -> C.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment