I am using net-snmp-5.4.1 on Windows to connect to SNMP devices. The SNMP 
library never follows the timeout and retry count specified, if the SNMP device 
is down. Is it a known issue or i need to do something else?

here is what i am doing:

netsnmp_session objSession;
snmp_sess_init(& objSession);

objSession.retries = somevalue;
objSession.timeout = somevalue in nanoseconds;

//Setting community name

session = snmp_sess_open(& objSession);


      See the Web's breaking stories, chosen by people like you. Check out 
Yahoo! Buzz. http://in.buzz.yahoo.com/


------------------------------------------------------------------------------
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to