DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T l

⟦b83494c16⟧ TextFile

    Length: 570 (0x23a)
    Types: TextFile
    Names: »limits«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦3b20aab50⟧ »EurOpenD3/network/snmp/kip-snmp.91.tar.Z« 
        └─⟦b503a39fe⟧ 
            └─⟦this⟧ »kip/doc/limits« 

TextFile

The following lists a number of important limits found in KIP.  Each
limit also has the relevant size, variable name, and module where the
space definition can be found.

o Space taken by ALL zones names: 256 bytes (256, azonenames,
glob.h).  Every zone name is stored as a pascal string so each one
takes strlen + 1 bytes of storage.

o Number of zones: 32 (NAZONES, azone, gw.h)

o Number of dynamic IP addresses: 32 (NIPDAD, ipdad, NIPDAD)

o Number of routes: 64 (NAROUTE, aroute, gw.h).  This includes all
routes configured from atalkatab and all acquired routes.