pion / stun

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

Added method for stun request on existing conn #9

Closed masterada closed 5 years ago

masterada commented 5 years ago

Instead of creating a new connection for the stun host/ip, added a method to use an existing connection for communicating with the stun server.

Reference issue

Fixes https://github.com/pion/webrtc/issues/668