snmp.properties
上传用户:aonuowh
上传日期:2021-05-23
资源大小:35390k
文件大小:1k
源码类别:

SNMP编程

开发平台:

C/C++

  1. ## The Response queue size parameter sets the max size of the response queue 
  2. ## used by the SnmpSession. The responses are enqueued into this queue. In 
  3. ## order to protect from unrestricted memory hogging because of high network 
  4. ## traffic, the queue gets pruned when the pending responses exceed this limit.
  5. RESPONSE_QUEUE_SIZE = 100
  6. ## The timeout queue size determines the max limit of timeouts for which 
  7. ## applications need to be notified. The timeout notification is performed
  8. ## by the callback by invoking the client callback with a null pdu. These 
  9. ## notifications are not performed for timed out requests which get dropped 
  10. ## because this queue has been exceeded. 
  11. TIMEOUT_QUEUE_SIZE = 50
  12. ## Setting the gcj compilation flag to any value other than 0 is required 
  13. ## for compilation using the GCJ compiler so that the dependencies are 
  14. ## handled properly.
  15. GCJ_COMPILE = 1