pion / sctp

A Go implementation of SCTP
https://pion.ly/
MIT License
219 stars 79 forks source link

Add SACKs sent and packets stats #308

Closed edaniels closed 6 months ago

edaniels commented 6 months ago

Description

This helps for debugging and is relatively low cost

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.87%. Comparing base (45704b2) to head (e327943).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #308 +/- ## ========================================== + Coverage 80.82% 80.87% +0.05% ========================================== Files 49 49 Lines 4135 4157 +22 ========================================== + Hits 3342 3362 +20 - Misses 650 651 +1 - Partials 143 144 +1 ``` | [Flag](https://app.codecov.io/gh/pion/sctp/pull/308/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | Coverage Δ | | |---|---|---| | [go](https://app.codecov.io/gh/pion/sctp/pull/308/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | `80.87% <100.00%> (+0.05%)` | :arrow_up: | | [wasm](https://app.codecov.io/gh/pion/sctp/pull/308/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | `67.23% <88.23%> (+0.10%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.