Deployment Platform/Sneakernet/Packets format: Difference between revisions
Appearance
Created page with "Packets' structure: * '''PUSH''' packet: :* {{Code|type}}: {{Code|push}} :* {{Code|src}}: sender's identity to push from :* {{Code|[dst]}}: receiver's identity to push to, op..." |
(No difference)
|
Revision as of 02:02, 27 July 2012
Packets' structure:
- PUSH packet:
type:pushsrc: sender's identity to push from[dst]: receiver's identity to push to, optional for packets from mastersequence: Sequence associated with packet's payload
- ACK packet:
type:acksrc: master's identitydst: receiver's identity ack is intended forpush_sequence: original PUSH packet's sequencepull_sequence: Sequence after merging original PUSH packet
- PULL packet:
type:pullsrc: sender's identity to pull todst: receiver's identity to pull fromsequence: Sequence to pull for