summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2005-06-22 21:50:28 +0000
committerelie <elie>2005-06-22 21:50:28 +0000
commit79ccd280dbd124c1e4041d87e287bda1b4637507 (patch)
treec1dd261e932a60c9e682f62a853a569de872b524
parent09b237dd1845152fd7cd54da2cbe6bccc09d40de (diff)
downloadpysnmp-79ccd280dbd124c1e4041d87e287bda1b4637507.tar.gz
caches management logic might need a re-work
-rw-r--r--pysnmp/proto/rfc3412.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/pysnmp/proto/rfc3412.py b/pysnmp/proto/rfc3412.py
index 541405b..2cdc735 100644
--- a/pysnmp/proto/rfc3412.py
+++ b/pysnmp/proto/rfc3412.py
@@ -155,7 +155,7 @@ class MsgAndPduDispatcher:
sendPduHandle
)
except error.StatusInformation, statusInformation:
- self.__cachePop(sendPduHandle)
+# self.releaseStateInformation(snmpEngine, sendPduHandle)
raise
# 4.1.1.6
@@ -469,10 +469,9 @@ class MsgAndPduDispatcher:
# XXX
# LCD may be used to cache frequently accessed MIB variables
-# rework cache expiration to index ents to be expired
# rework transport in a loadable fashion
# asn1.type clone/subtype issue
# asn1 types should hash eq to their python types
# get restOfMsg from mp model at receiveMessage()
# snmp entity's scope debug object
-# debug snmp v1/2 code
+# straighten up caches management logic