AM
To: 'net-snmp-users@lists.sourceforge.net'
Subject: Re: Customize SNMP Extension CacheTime
I see the following code in 5.8 (extend.c):
void
extend_parse_config(const char *token, char *cptr)
{
…
cptr = copy_nword(cptr, exec_name, sizeof(exec_name));
if (strcmp
I see the following code in 5.8 (extend.c):
void
extend_parse_config(const char *token, char *cptr)
{
…
cptr = copy_nword(cptr, exec_name, sizeof(exec_name));
if (strcmp(exec_name, "-cacheTime") == 0) {
char cache_timeout_str[32];
The question is how -cacheTime s set? I assum