From c660a6eb32da19a2d70df75011345ee17d55eba7 Mon Sep 17 00:00:00 2001 From: John Jones Date: Mon, 24 Jul 2017 18:00:22 -0500 Subject: [PATCH] added todo comment --- include/libp2p/conn/session.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/libp2p/conn/session.h b/include/libp2p/conn/session.h index 8466dc8..54614bb 100644 --- a/include/libp2p/conn/session.h +++ b/include/libp2p/conn/session.h @@ -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 };