Writing documentation
This commit is contained in:
parent
986b596b46
commit
46b88b6069
6 changed files with 110 additions and 34 deletions
|
@ -29,4 +29,4 @@ To use the individual library with the firewall rules the firewall can be extend
|
|||
|
||||
\subsection{Space Allocation}
|
||||
|
||||
Each rule will get exactly the space it needs (\verb|firewall_rule_t|). Therefore a maximum of rules of \textbf{15} is specified in the constructor of the class. At the lowest storage space, there will be 8 bit for the current amount of rules to keep track how many rules need to be restored at power up.
|
||||
Each rule will get exactly the space it needs (\verb|firewall_rule_t|). Therefore a maximum of rules of \textbf{15} is specified in the constructor of the class. At the lowest storage space, there will be an 8 bit class variable for the current amount of rules, to keep track how many rules need to be restored at power up.
|
Reference in a new issue