]> Kevux Git Server - kevux.org-website/commitdiff
Update: FSS-000E specification, adding "salt" and "time" as suggested headers.
authorKevin Day <kevin@kevux.org>
Wed, 13 Mar 2024 02:11:13 +0000 (21:11 -0500)
committerKevin Day <kevin@kevux.org>
Wed, 13 Mar 2024 02:11:13 +0000 (21:11 -0500)
I intend to keep the recommended and now suggested headers to a bare minimum.
I have decided that "salt" and "time" should be common enough and important enough to add to this small list.

fll/specifications/fss/fss-000e.html

index 2a4e7ee1f05dfc9497b86127fe94d51727bbbaee..6683bb7e112aac6133f68ed01dc07257f0054120 100644 (file)
               <ul>
                 <li>The <em class="em">header</em>'s Content is of type <code class="code">FSS-0001 (Extended)</code>.</li>
                 <li>The <em class="em">header</em> is recommended to have the Objects <em class="em">length</em>, <em class="em">status</em>, <em class="em">part</em>, <em class="em">total</em>, and <em class="em">type</em>.</li>
+                The <em class="em">header</em> is suggested to have the Objects <em class="em">salt</em> and <em class="em">time</em>.
                 <li>The recommended <em class="em">length</em> represents the size of the <em class="em">payload</em>.</li>
                 <li>The recommended <em class="em">part</em> represents a single part of a set of packets for when the data being transmitted is split across multiple payloads.</li>
                 <li>The recommended <em class="em">status</em> represents status codes (such as success or failure) and multiple.</li>
                 <li>The recommended <em class="em">total</em> represents the total number of parts representing a complete data transmitted across multiple payloads.</li>
                 <li>The recommended <em class="em">type</em> represents the type of information being transmitted.</li>
+                <li>The suggested <em class="em">salt</em> represents random arbitrary data to further assist in making packets more unique during compression.</li>
+                <li>The suggested <em class="em">time</em> represents some form of time unit, such as a time stamp.</li>
                 <li>The Content for the recommended <em class="em">length</em> and <em class="em">status</em> are positive whole numbers (including zero) that may be in <em class="em">binary</em>, <em class="em">octal</em>, <em class="em">decimal</em>, <em class="em">duodecimal</em>, or <em class="em">hexidecimal</em> numerical format.</li>
                 <li>There may be multiple <em class="em">header</em> Object and associated Content but the behavior is not defined by this standard.</li>
                 <li>For guaranteed safe and compatible behavior, only a single <em class="em">header</em> Object and associated Content should be defined.</li>