package stun

Import Path
	github.com/pion/ice/v4/internal/stun (on go.dev)

Dependency Relation
	imports 5 packages, and imported by one package

Involved Source Files Package stun contains ICE specific STUN code
Package-Level Functions (total 2)
AssertUsername checks that the given STUN message m has a USERNAME attribute with a given value.
GetXORMappedAddr initiates a STUN requests to serverAddr using conn, reads the response and returns the XORMappedAddress returned by the STUN server.