summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorelie <elie>2012-08-23 13:54:10 +0000
committerelie <elie>2012-08-23 13:54:10 +0000
commite83255eae9e13fe011c23546e414147820cfa1d9 (patch)
treeb159eb2a29195feab252b38cee32f60ca752b10a /TODO
parent8a1a2a94f386cb0b99bc734a39036fc46528dd43 (diff)
downloadpysnmp-e83255eae9e13fe011c23546e414147820cfa1d9.tar.gz
updated
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index b34ab8c..d1f36b9 100644
--- a/TODO
+++ b/TODO
@@ -32,8 +32,6 @@ Sparse notes on major existing problems/plans
* Sort out whether pyasn1 objects should probably have either clone() or
subtype() methods.
-* Implement by-transportTag search at secmod/rfc2576
-
* Review PDU components coercion code at proxy/rfc2576
* TextualConvention subclassing order now depends upon DisplayHint
@@ -49,3 +47,5 @@ Sparse notes on major existing problems/plans
loading on OID to MIB symbol resolution
* Implement TCP transport support
+
+* Rework UNIX sockets transport to make it STREAM-type.