7 Commits

Author SHA1 Message Date
Joe Turki
cad1676659 Upgrade golangci-lint, more linters
Introduces new linters, upgrade golangci-lint to version (v1.63.4)
2025-01-17 08:21:15 -06:00
Steffen Vogel
05ab684741 Use testify/require instead of testify/assert
Don't continue to run a test if it has already failed
2024-03-23 07:42:06 -04:00
Steffen Vogel
f40dd65abb Fix comment capitalization
Comments should start with an uppercase letter.
2023-04-18 19:38:54 +02:00
Steffen Vogel
5ef81b65f4 Make package REUSE compliant 2023-04-18 13:46:38 +02:00
Steffen Vogel
90a16ec70b Fix several typos throughout the codebase
As detected by an automatic spell checker.
2022-11-13 21:56:24 +01:00
cnderrauber
0cb77c669e IpMapper return locIP if corresponding map not set
If we only set v4 or v6 NAT1to1Mapping, then findExternalIP
will failed for the unset ip mapper, the gahter will complain
1:1 NAT mapping is enabled but no external IP is found,
cause that candidate for udp can't be gathered.
2022-09-26 13:59:19 +08:00
Yutaka Takeda
867a355033 Support 1:1 NAT option
Relates to pion/webrtc#835
2019-09-24 11:51:07 -07:00