From: Guus Sliepen Date: Wed, 14 May 2014 21:00:05 +0000 (+0200) Subject: Don't forget about the channel library. X-Git-Url: https://git.meshlink.io/?a=commitdiff_plain;h=3be16f18501d184af8c8cc1a7335fbc74d088b1b;p=meshlink Don't forget about the channel library. --- diff --git a/TODO b/TODO index 001cf665..1eb11239 100644 --- 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.