pion / ice

A Go implementation of ICE
https://pion.ly/
MIT License
424 stars 158 forks source link

Added support for proxy servers #700

Closed zjzhang-cn closed 3 months ago

zjzhang-cn commented 3 months ago

Description

Added support for proxy servers in TCP connections

Reference issue

Fixes #...

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 14.81481% with 23 lines in your changes are missing coverage. Please review.

Project coverage is 22.10%. Comparing base (7e44037) to head (4159c54).

Files Patch % Lines
active_tcp.go 0.00% 14 Missing :warning:
candidate_peer_reflexive.go 0.00% 4 Missing :warning:
candidate_relay.go 50.00% 1 Missing and 1 partial :warning:
candidate_server_reflexive.go 50.00% 1 Missing and 1 partial :warning:
agent.go 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #700 +/- ## =========================================== - Coverage 79.24% 22.10% -57.14% =========================================== Files 41 40 -1 Lines 3739 3754 +15 =========================================== - Hits 2963 830 -2133 - Misses 546 2880 +2334 + Partials 230 44 -186 ``` | [Flag](https://app.codecov.io/gh/pion/ice/pull/700/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/ice/pull/700/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | `?` | | | [wasm](https://app.codecov.io/gh/pion/ice/pull/700/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | `22.10% <14.81%> (-0.03%)` | :arrow_down: | 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.