Added libp2p-net TODO.

yamux
Jose Marcial Vieira Bisneto 2016-11-10 22:39:11 -03:00
parent 2b55ebfeb4
commit a43b8ec736
1 changed files with 12 additions and 0 deletions

12
net/TODO Normal file
View File

@ -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.