Closed cjpatton closed 1 month ago
Random thought: This probably requires making the Query and PartialBAtchSelector structures have tag-length-value extension points to make it easier for future documents to extend these. See https://github.com/ietf-wg-ppm/draft-ietf-ppm-dap-taskprov/issues/85.
2024/10/24 interim: Add length prefixes for. Query and PartialBatchSelector so that we can always separate decoding logic from protocol logic. Also, add a section similar to what we did for extending taskprov.
The contents of the
Query
andPartialBatchSelector
structures depend on the task's batch mode. Future documents are allowed to add new batch modes, and they'll have to extend these structures some how. This document needs to provide some guidance on how exactly to do this.The taskprov draft has a related problem, which we try to solve with a section like this (https://ietf-wg-ppm.github.io/draft-ietf-ppm-dap-taskprov/draft-ietf-ppm-dap-taskprov.html#section-8):
This may or may not be the best solution.