added todo comment

yamux
John Jones 2017-07-24 18:00:22 -05:00
parent dac251bf4c
commit c660a6eb32
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@
/***
* Holds the details of communication between two hosts
*
* NOTE: This needs a deep cleaning. The links between c-ipfs and c-libp2p should
* be clearly defined. This seems to tie the two together inappropriately.
*/
enum IPTrafficType { TCP, UDP };