]> git.meshlink.io Git - meshlink/commitdiff
Don't forget about the channel library.
authorGuus Sliepen <guus@sliepen.org>
Wed, 14 May 2014 21:00:05 +0000 (23:00 +0200)
committerGuus Sliepen <guus@sliepen.org>
Wed, 14 May 2014 21:00:05 +0000 (23:00 +0200)
TODO

diff --git a/TODO b/TODO
index 001cf665adf14cc56f4f077c8ca7409f9e97ea3a..1eb11239cc1deec53c47085a6b8d74154c72742f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -49,3 +49,5 @@ TODO list for MeshLink
     - pipe() to signal an event loop of the application's choice
     - whatever equivalent(s) there are on Windows
 
+* Add a "channel" library to MeshLink.
+  - Support multiple TCP- and UDP-like streams between two nodes.