pion / stun

A Go implementation of STUN
https://pion.ly/
MIT License
625 stars 94 forks source link

Add verbosity to stun-nat-behaviour #37

Closed bixycler closed 4 years ago

bixycler commented 4 years ago

Description

Make the output clearer with 3 levels of verbosity

Reference issue

Previous pull request: #36

codecov[bot] commented 4 years ago

Codecov Report

Merging #37 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #37   +/-   ##
=======================================
  Coverage   98.84%   98.84%           
=======================================
  Files          19       19           
  Lines        1212     1212           
=======================================
  Hits         1198     1198           
  Misses         12       12           
  Partials        2        2           
Flag Coverage Δ
#go 98.84% <ø> (ø)
#wasm 55.85% <ø> (ø)

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 5600959...88e0eee. Read the comment docs.

Sean-Der commented 4 years ago

Absolutely amazing, merged @bixycler ! Merged with 6d8a1a10dda09d17717a9f1b82629ca2b313521a

I will tag and create a new release with binaries :)