mirror of
https://github.com/pion/ice.git
synced 2025-10-05 07:26:55 +08:00
IP -> Address in public API
ICE RFC specifies this value as `Address` and not IP. We need to fix this divergence to implement mDNS Relates to pion/webrtc#699
This commit is contained in:
@@ -54,4 +54,7 @@ var (
|
||||
|
||||
// ErrPasswordEmpty indicates agent was give TURN URL with an empty Password
|
||||
ErrPasswordEmpty = errors.New("password is empty")
|
||||
|
||||
// ErrAddressParseFailed indicates we were unable to parse a candidate address
|
||||
ErrAddressParseFailed = errors.New("failed to parse address")
|
||||
)
|
||||
|
Reference in New Issue
Block a user