From 60922727753a2d6ee3e0d340cae9e447bde5805b Mon Sep 17 00:00:00 2001 From: Stephen McQuay Date: Sat, 8 Mar 2014 00:10:07 -0800 Subject: [PATCH] updated docs for leaky memory --- bandwidth.go | 1 + 1 file changed, 1 insertion(+) diff --git a/bandwidth.go b/bandwidth.go index d37195f..6c5e23e 100644 --- a/bandwidth.go +++ b/bandwidth.go @@ -12,6 +12,7 @@ import ( // a Bandwidth then feed values using the AddRx and AddTx channels. When the // accumulated values are needed, simply read from the Rx or Tx chans. When the // Bandwidth is no loner needed close the Quit chan. +// At this time it uses container/list and leaks memory like a sieve. type Bandwidth struct { // write number of bytes to us AddRx chan int