1 |
root |
1.2 |
Revision history for AnyEvent::SNMP |
2 |
root |
1.1 |
|
3 |
root |
1.12 |
6.02 Wed Oct 9 20:20:10 CEST 2019 |
4 |
|
|
- work around a bug in Net::SNMP, where a failure during SNMPv3 |
5 |
|
|
handshaking would cause Net::SNMP to freeze/never invoke the |
6 |
root |
1.13 |
callback. Since this module copied the code, it also had the |
7 |
|
|
bug, so using Net::SNMP with this module will work around it, |
8 |
|
|
while using it without AnyEvent::SNMP will still trigger the bug. |
9 |
root |
1.12 |
|
10 |
root |
1.11 |
6.0 Sun Apr 15 12:21:38 CEST 2012 |
11 |
|
|
- compatibility with 6.0.1 restored. |
12 |
|
|
- provide msg_handle_alloc method, as required by 6.0. |
13 |
|
|
- provide loop method, as required by 6.0. |
14 |
root |
1.10 |
- improve documentation a bit. |
15 |
|
|
- use common::sense. |
16 |
|
|
|
17 |
root |
1.9 |
1.0 Wed Jan 6 11:42:57 CET 2010 |
18 |
root |
1.8 |
- use the faster AE::* functions. |
19 |
root |
1.9 |
- do no longer rely on the undocumented AnyEvent->loop method. |
20 |
root |
1.8 |
|
21 |
root |
1.7 |
0.2 Sat Apr 25 14:20:25 CEST 2009 |
22 |
root |
1.6 |
- limit number of outstanding requests and implement a dynamic |
23 |
root |
1.5 |
algorithm to adjust this limit to local and network conditions |
24 |
|
|
(implemented after lots of creative discussion with Karl Gaissmaier). |
25 |
|
|
|
26 |
root |
1.4 |
0.11 Fri Apr 10 07:32:23 CEST 2009 |
27 |
|
|
- fix testsuite loading the wrong module |
28 |
|
|
(reported by Karl Gaissmaier). |
29 |
|
|
|
30 |
root |
1.3 |
0.1 Wed Apr 1 00:39:08 CEST 2009 |
31 |
|
|
- original version, cloned from Net::SNMP::EV, but |
32 |
|
|
very different. |