Re: [SNMP4J] Timeouts in version 2.5.7+

2018-04-01 Thread Frank Fock
Hi Steffen, There was no change on the DefaultUdpTransportMapping between 2.5.6 and 2.5.7, thus I assume that behaviour change is a side effect of some other changes. SNMP4J is no a bit faster. Have you checked your code for race conditions? When you use Snmp.send, how do you create the request

[SNMP4J] Timeouts in version 2.5.7+

2018-04-01 Thread Steffen Brüntjen
Hi! I'm using SNMP4J for monitoring around 200 devices. It has been running stably for months. Now I found a problem in the latest releases: When my process runs for a couple of hours (sometimes days), after some time SNMP4J returns nothing but timeouts. My program initially uses Snmp.send()