]> Kevux Git Server - kevux.org-website/commit
Feature: Add "Magic Bit" to the FSS-000F (Simple Packet) format.
authorKevin Day <Kevin@kevux.org>
Thu, 6 Jun 2024 01:12:16 +0000 (20:12 -0500)
committerKevin Day <Kevin@kevux.org>
Thu, 6 Jun 2024 01:18:15 +0000 (20:18 -0500)
commit55a9cf095cf4f245bfadf60985dda9e7e35fe919
tree7ca803ed106ddd282f0a256f9ebbdcc0495bf159
parent2730be0425acd87b0fc7f082db379a4c54a2fb97
Feature: Add "Magic Bit" to the FSS-000F (Simple Packet) format.

Make the FSS-000F (Simple Packet) format more generalized and flexible by allowing other payload formats than only formally supporting FSS-000E (Payload).

This adds a new optional "Magic Block" that is designated via the "Magic Bit", which is the third bit from the left.

This should make it easy to store the Simple Packet as a local file.
This should make it easier for routing to optimize processing of the packet by quickly identifying the packet.

The "Control Block" and the "Size Block" have static sizes and positions, which should make it easy to identify the "Magic Block".
The third bit should be checked and then the "Magic Block" should be checked when trying to quickly identify the packet type via the "Magic Block".
fll/specifications/fss/fss-000f.html