Can anyone point me to documentation - as detailed as possible -
on the following items. ( Online is best, but books, journals,
anything will be appreciated ).
1. The /proc directory - this is a view into the kernel, but
it is very difficult to find details of what the variables
are and how they work. I am particularly interested in the
tcp/ip variables in /proc/net and the SNMP variables.
2. From a tcp/ip standpoint - an exposition of the complete
accounting ( bean counting ) rules for packets flowing
into/out of a node - essentially a graph with the nodes
being the categories and the links showing the possible
paths and the rules which govern them. This is so that
one could construct a complete report of what happens
to all the packets at that node.
Thanks.