0dbc9d1d15
fxed readme
2015-09-30 23:15:57 -07:00
16519f1bcf
fixed author name
2015-09-30 23:15:57 -07:00
9ea22e394e
Added HumanRate
2015-09-30 23:15:53 -07:00
a23ebdb44b
further simplified implementation
2015-09-30 22:57:14 -07:00
9c20a7ff0e
added docs
2015-09-30 11:07:12 -07:00
0ad73b982e
bandwidth -> bps, and behavior change
...
- bps.BPS only keeps track of rates of a single rate
- bps.BPS implements io.Writer
- removed chan semantics, interact via .Add or .Write
- fleshed out docs
2015-09-29 23:38:14 -07:00
9afe8cd2ae
removed false documentation about memory leak.
2015-09-26 00:24:50 -07:00
cfbee089a2
removed hgignore file
2015-09-26 00:23:43 -07:00
26f4585249
changed license
2015-06-22 19:32:30 -07:00
6092272775
updated docs for leaky memory
2015-04-12 21:18:07 -07:00
f161a60e37
Fixed the memory leaks using circular buffer.
2014-03-08 18:07:43 -08:00
4f912b29ba
just a test of branching semantics
2014-03-08 14:40:21 -08:00
d8bc9f8b1d
stored the current second's bw numbers
2014-03-08 12:46:25 -08:00
bb8ce3c1ea
Started down a different path; using a circular buffer instead.
...
After talks on #go-nuts, it seems as though I should look into using something
like the following:
https://github.com/cespare/goproc/tree/master/nwstat
And this makes sense. I have trimmed out the old tests and rearranged some code
here.
2014-03-08 00:45:55 -08:00
c33a5561bb
Evacuate data appropriately
...
this breaks the tests; tests need to not rely on some weird date in the past.
2014-03-03 23:14:15 -08:00
63547f2d37
Forgot to close some chans
2014-03-03 22:59:50 -08:00
21b3c6b9e9
started readme
2014-03-02 23:10:16 -08:00
c465ab2c91
added license
2014-03-02 23:10:11 -08:00
adbdc7abe6
Added docs
2014-03-02 23:03:00 -08:00
ae82433a8f
demote NewStream
2014-03-02 22:47:28 -08:00
ecace73aed
added files from hackerbots
2014-03-02 22:44:09 -08:00