Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pion/dtls uses net.ListenUDP under the hood to allow for changing remote addresses. Therefore, if there is a mismatch between IPv4 and IPv6 between the client and server then they are unable to communicate. Additionally, writing to 0.0.0.0 fails on Windows, so 127.0.0.1 is specified explicitly. Signed-off-by: Daniel Mangum <[email protected]>
- Loading branch information