Skip to content
Snippets Groups Projects
Commit e0509db4 authored by akwizgran's avatar akwizgran
Browse files

Protocol refactoring. Each bundle now consists of a signed header and zero or...

Protocol refactoring. Each bundle now consists of a signed header and zero or more signed batches. There is no overall signature on the bundle, since the bundle's contents may need to be processed before the entire bundle has been read. The protocol does not prevent an adversary from removing batches from a bundle, reordering batches, moving them from one bundle to another, etc. However, since each batch is signed and acknowledged independently, no such guarantees are required. Bundle IDs will go away when the retransmission mechanism is changed.
parent 4977695a
No related branches found
No related tags found
No related merge requests found
Showing
with 503 additions and 143 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment