myzhang1029 / penguin-rs

A fast TCP/UDP tunnel, transported over HTTP WebSocket.
Apache License 2.0
27 stars 1 forks source link

Congestion control - second implementation #13

Closed myzhang1029 closed 1 year ago

myzhang1029 commented 1 year ago

Supersedes #12; will close #11 .

codecov[bot] commented 1 year ago

Codecov Report

Base: 80.55% // Head: 81.91% // Increases project coverage by +1.36% :tada:

Coverage data is based on head (7d03d4d) compared to base (c1de951). Patch coverage: 91.66% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #13 +/- ## ========================================== + Coverage 80.55% 81.91% +1.36% ========================================== Files 22 22 Lines 2422 2483 +61 ========================================== + Hits 1951 2034 +83 + Misses 471 449 -22 ``` | [Impacted Files](https://codecov.io/gh/myzhang1029/penguin-rs/pull/13?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Zhang+Maiyun) | Coverage Δ | | |---|---|---| | [src/client/handle\_remote/socks.rs](https://codecov.io/gh/myzhang1029/penguin-rs/pull/13?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Zhang+Maiyun#diff-c3JjL2NsaWVudC9oYW5kbGVfcmVtb3RlL3NvY2tzLnJz) | `63.87% <78.26%> (+4.45%)` | :arrow_up: | | [src/mux/inner.rs](https://codecov.io/gh/myzhang1029/penguin-rs/pull/13?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Zhang+Maiyun#diff-c3JjL211eC9pbm5lci5ycw==) | `67.64% <84.84%> (+5.03%)` | :arrow_up: | | [src/mux/stream.rs](https://codecov.io/gh/myzhang1029/penguin-rs/pull/13?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Zhang+Maiyun#diff-c3JjL211eC9zdHJlYW0ucnM=) | `88.00% <89.47%> (+0.50%)` | :arrow_up: | | [src/mux/frame.rs](https://codecov.io/gh/myzhang1029/penguin-rs/pull/13?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Zhang+Maiyun#diff-c3JjL211eC9mcmFtZS5ycw==) | `96.16% <100.00%> (+0.88%)` | :arrow_up: | | [src/mux/mod.rs](https://codecov.io/gh/myzhang1029/penguin-rs/pull/13?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Zhang+Maiyun#diff-c3JjL211eC9tb2QucnM=) | `54.05% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Zhang+Maiyun). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Zhang+Maiyun)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.