xtaci / smux

A Stream Multiplexing Library for golang with least memory usage(TDMA)
MIT License
1.27k stars 189 forks source link

a little better for recycleTokens implements #49

Closed jannson closed 5 years ago

jannson commented 5 years ago

change n to total.

codecov-io commented 5 years ago

Codecov Report

Merging #49 into master will decrease coverage by 0.49%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #49     +/-   ##
=========================================
- Coverage   85.78%   85.28%   -0.5%     
=========================================
  Files           4        4             
  Lines         401      401             
=========================================
- Hits          344      342      -2     
- Misses         48       50      +2     
  Partials        9        9
Impacted Files Coverage Δ
stream.go 86.02% <100%> (ø) :arrow_up:
session.go 83.33% <0%> (-0.91%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4c827cf...359ce02. Read the comment docs.