From a43b8ec73628a2b356f3ece7e4966a6a38ddc6cb Mon Sep 17 00:00:00 2001 From: Jose Marcial Vieira Bisneto Date: Thu, 10 Nov 2016 22:39:11 -0300 Subject: [PATCH] Added libp2p-net TODO. --- net/TODO | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/TODO diff --git a/net/TODO b/net/TODO new file mode 100644 index 0000000..6623ac4 --- /dev/null +++ b/net/TODO @@ -0,0 +1,12 @@ +- SCTP datagram and sequenced packets implementations, just stream for now. + +- UDP implementation, incomplete. + +- Implement some kind of network events such as libutp does, so libutp can + be added and a more robust implementation for already implemented protocols, + it may also be easier to switch protocols or use multiples at once from + high-level calls. + +- Implement UDT + +- IPv6.