Steffen Vogel
Steffen Vogel
How do we fix this issue? Setting the read deadline in `Close()` is not feasible since the connection only implements the following interface: ```go // Connection wraps Reader, Writer and...
I think it is already supported. There is just another caveat here: pion/ice uses pion/transports `vnet.Net` to get a list of interfaces and addresses during `ice.NewAgent()` which remains static for...
This looks like a prime example of premature optimization to me. I support @jech proposal to centralize the implementation in the transport package.
I've reviewed and merged #116. Hence this PR is obsolete.
I see that all the examples currently resolve the server address manually and dial to it via UDP (IPv4). We should add a new function `stun.DialURL(u *URL)` which handles all...
Closed in favour of #491
Seems like the TURN client currently does IPv4 lookups only: https://github.com/pion/turn/blob/6880381c77d370eb8121fe7eb237b838ea8e4429/client.go#L95
See also #265
This package currently only ships with a few simple examples of TURN servers. Its not really (yet) intended to be used as a production ready TURN server. Please have a...
I agree with @tbranyen, we are running a very similar setup in our cluster. Lets close the issue, since the original question has been answered.