snmp.properties
上传用户:aonuowh
上传日期:2021-05-23
资源大小:35390k
文件大小:1k
- ## The Response queue size parameter sets the max size of the response queue
- ## used by the SnmpSession. The responses are enqueued into this queue. In
- ## order to protect from unrestricted memory hogging because of high network
- ## traffic, the queue gets pruned when the pending responses exceed this limit.
- RESPONSE_QUEUE_SIZE = 100
- ## The timeout queue size determines the max limit of timeouts for which
- ## applications need to be notified. The timeout notification is performed
- ## by the callback by invoking the client callback with a null pdu. These
- ## notifications are not performed for timed out requests which get dropped
- ## because this queue has been exceeded.
- TIMEOUT_QUEUE_SIZE = 50
- ## Setting the gcj compilation flag to any value other than 0 is required
- ## for compilation using the GCJ compiler so that the dependencies are
- ## handled properly.
- GCJ_COMPILE = 1