MaxPeers |
Maximum number of supported peers. |
PeerHashLines |
Number of peer hash lines (i.e. hash modulo). |
MaxTrafs |
Maximum number of supported traffic list entries. |
TrafHashLines |
Number of traffic hash lines (i.e. hash modulo). |
SaBIDHashLines |
Number of SA bundle ID hash lines (i.e. hash modulo). |
SAIHashLines |
Number of SA identifier hash lines (i.e. hash modulo). |
TunRngHashLines |
Number of tunnel range hash lines (i.e. hash modulo). |
BundleIdxHashLines |
Number of bundle index hash lines (i.e. hash modulo). |
IfcHashLines |
Number of interface hash lines (i.e. hash modulo). |
DevHashLines |
Number of device hash lines (i.e. hash modulo). |
RtHashLines |
Number of route hash lines (i.e. hash modulo). |
ExtRtHashLines |
Number of extended route hash lines (i.e. hash modulo). |
MaxCacheEntries |
Maximum number of cache entries allocated. |
CacheHashLines |
Number of cache hash lines (i.e. hash modulo). |
MaxProfiles |
Maximum number of supported ipsec profile list entries. |
IPFragMaxBytes |
Maximum number of bytes stored in fragments. Exceeding this limit results in discarding oldest trace(s). |
IPFragMaxFragments |
Maximum number of stored fragments. Exceeding this limit results in discarding oldest trace(s). |
IPFragMaxTraces |
Maximum number of traces. Exceeding this limit results in discarding oldest trace(s). |
AutoRehashMaxEntriesPerLine |
This variable defines the average number of entries per hash line, when rehashing is performed. A value of 4 means e.g., that when the number of entries in a hash table becomes four times the number of current anchors, a rehash is performed. Value 0 has the special meaning of turning off automatic rehashing, like negative values do. NOTE: automatic rehashing overwrites any specific fix settings! Default value is 4. |
AutoRehashMaxRehashedEntriesPerLine |
This variable defines the average number of entries per hash line, when rehashing is finished. A value of 2 means e.g., that, after rehashing finished, the number of entries in the hash table is at most twice the number of hash anchors (i.e. number of hash anchors increased accordingly). If the value is configured to be greater or equal to ipsecTuneAutoRehashMaxEntriesPerLine, automatic rehashing is de facto disabled, automatic decreasing of hash anchors isn't performed. Default value is 2. |