Fixed: [SNMP: snmpwalk is slow and can timeout](https://github.com/clicon/clixon/issues/404)

This commit is contained in:
Olof hagsand 2024-10-31 15:41:13 +01:00
parent 0586e94856
commit 739d052383
5 changed files with 117 additions and 13 deletions

View file

@ -52,6 +52,7 @@ int clixon_snmp_scalar_handler(netsnmp_mib_handler *handler,
netsnmp_handler_registration *nhreg,
netsnmp_agent_request_info *reqinfo,
netsnmp_request_info *requests);
int clixon_snmp_table_exit(clixon_handle h);
#endif /* _SNMP_HANDLER_H_ */