summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2011-12-02 18:42:49 +0000
committerelie <elie>2011-12-02 18:42:49 +0000
commit9d16851cd30f947c59c5bafb4e162c7673c9f5e6 (patch)
tree237f2afe68789f2f9210de6445df69bf7ef72780
parent58387b60f13e043f14770e32a3d9c56bb5e1ece8 (diff)
downloadpysnmp-9d16851cd30f947c59c5bafb4e162c7673c9f5e6.tar.gz
updated
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5037041..c3aebd3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
Revision 4.2.2
--------------
+- Transport dispatcher now provides its own time expressed in
+ fractions of second. SNMP engine uses this notion of time for
+ handling requests timeout to make packet flow time bound
+ to async I/O core operations rather than to real time.
- The libsmi2pysnmp tool improved to handle incomplete SMI v1->v2
conversion performed by smidump. The remaining core SMIv1 modules
excluded from the core MIB set.