trehn / hnmp

High-level Python SNMP library
ISC License
49 stars 16 forks source link

Added timeout and retries parameter to SNMP class #5

Closed verbosemode closed 9 years ago

verbosemode commented 9 years ago

This change makes the timeout and retries attributes of the UdpTransportTarget class configurable.

Timeout 1 sec and 5 retries are the default in pysnmp/entity/rfc3413/oneliner/target.py

trehn commented 9 years ago

Thanks!