mirror of
https://gitlab.com/d3tn/ud3tn.git
synced 2026-08-13 12:33:27 +02:00
The bundle block length, fragment offset, and total ADU length fields were using 32-bit uint types, effectively reducing the maximum bundle payload size to 4 GiB. This changes the field types to 64-bit uint, so we can support larger bundles. Signed-off-by: Felix Walter <felix.walter@d3tn.com> |
||
|---|---|---|
| .. | ||
| bundle6.c | ||
| create.c | ||
| fragment.c | ||
| parser.c | ||
| reports.c | ||
| sdnv.c | ||
| serializer.c | ||