]> Kevux Git Server - kevux-tools/commit
Update: Add the basic structure for an order header. development
authorKevin Day <Kevin@kevux.org>
Sun, 22 Feb 2026 20:35:12 +0000 (14:35 -0600)
committerKevin Day <Kevin@kevux.org>
Sun, 22 Feb 2026 20:38:13 +0000 (14:38 -0600)
commitb1a9b43e81aea94b7801ec55144f424cf19ad150
tree349baa62c66685926e76cc587ece402f7dd773cc
parent5636143cf1124cb51e4e5385a420c93809bc6840
Update: Add the basic structure for an order header.

An order header helps achieve something like serialization.
This is different from the packet number.
The order represets the order in regards to the packets sent and not the specific data (such as `part`).
For example, if a retry is requested for the same packet, then the order will have increased but the actual `part` number would be the same.
sources/c/program/kevux/tools/tacocat/main/common/define.h
sources/c/program/kevux/tools/tacocat/main/common/string.c
sources/c/program/kevux/tools/tacocat/main/common/string.h
sources/c/program/kevux/tools/tacocat/main/common/type.h
sources/c/program/kevux/tools/tacocat/main/packet.c
sources/c/program/kevux/tools/tacocat/main/process.c
sources/c/program/kevux/tools/tacocat/main/receive.c
sources/c/program/kevux/tools/tacocat/main/send.c
sources/c/program/kevux/tools/tacocat/main/send/step/packet.c
sources/c/program/kevux/tools/tacocat/main/send/step/size.c