diff --git a/p2p/src/conn.rs b/p2p/src/conn.rs index 505685b96..ad84d8507 100644 --- a/p2p/src/conn.rs +++ b/p2p/src/conn.rs @@ -144,7 +144,6 @@ impl<'a> Response<'a> { pub const SEND_CHANNEL_CAP: usize = 10; -// TODO count sent and received pub struct Tracker { /// Bytes we've sent. pub sent_bytes: Arc>,