summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorelie <elie>2012-08-23 13:54:10 +0000
committerelie <elie>2012-08-23 13:54:10 +0000
commite1a473b83caa67a254ca0bb351b196d05b4dea7a (patch)
tree85c3db9737c4659a1ad5d35643c6af0e4e41368a /TODO.txt
parentf70b2a123ca351480f661d711b941e0b870ec0fe (diff)
downloadpysnmp-git-e1a473b83caa67a254ca0bb351b196d05b4dea7a.tar.gz
updated
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index b34ab8c7..d1f36b92 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -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.