added todo comment
This commit is contained in:
parent
dac251bf4c
commit
c660a6eb32
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
||||||
|
|
||||||
/***
|
/***
|
||||||
* Holds the details of communication between two hosts
|
* 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 };
|
enum IPTrafficType { TCP, UDP };
|
||||||
|
|
Loading…
Reference in a new issue