Bug#451218: libsnmp-multi-perl: Overall timeout is too short

2007-11-16 Thread Kiss Gabor (Bitman)
After thinking over the problem (and making some measurements) I found that the maximum time requred by execute() depends on several parameters: p * t * (r+1) / m where p is the number of packets to send (depends on number of vars and PduPacking) t is individual timeout r is Retries m is

Bug#451218: libsnmp-multi-perl: Overall timeout is too short

2007-11-14 Thread Gabor Kiss
Package: libsnmp-multi-perl Version: 2.1-3 Severity: normal By default SNMP::Multi passes value (retries+1)*timeout to SNMP::MainLoop. This is a hard limit to C function snmp_main_loop(). However this time is too short to detect all individual session timeouts. It should be increased by 10-15 %.