Actions
Feature #510
closeddelta protocol: transmit fields bitvector after key fields
Start date:
04/27/2024
Due date:
% Done:
0%
Estimated time:
Description
In the binary delta protocol, the "fields" bitvector describing which (non-key) fields have changed is currently transmitted before the key fields. Doing it the other way around allows simplifying the generation code (and the generated code as well).
Files
Updated by Alina Lenk 7 months ago
- File 0003-delta-protocol-transmit-fields-bitvector-after-key-f.patch 0003-delta-protocol-transmit-fields-bitvector-after-key-f.patch added
- Status changed from New to In Review
Send code didn't get as much simpler as I'd hoped, since I still wanted to write the key after the point where is-info packets might be discarded ~> delta-specific part still had to be broken into two fragments.
Actions