-
Notifications
You must be signed in to change notification settings - Fork 5
update() method
Semih edited this page Jul 30, 2017
·
1 revision
libSNMP works by polling. For this reason the update() method should be called frequently. This frequency depends on the timeout settings of your SNMP application, mainly. But I found out that polling every 100 milliseconds works good.
libSNMP updates upTime value and checks if any new SNMP request is available. If there is a new request, it responds. That's all :)
Kedi?