Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

voipchat over ipv6 does not work #110

Open
madebr opened this issue Oct 23, 2024 · 0 comments
Open

voipchat over ipv6 does not work #110

madebr opened this issue Oct 23, 2024 · 0 comments

Comments

@madebr
Copy link
Contributor

madebr commented Oct 23, 2024

voipchat does not work over ipv6.

Using #109, running the server as voipchat --server ::1 or voipchat --server ::/0 , and running the clients as voipchat ::1 or voipchat localhost fails for me.

SDLNet_SendDatagram fails with the following message:

SDLNet_SendDatagram failed: Failed to send from socket: Address family not supported by protocol

I can only get it working by using ipv4, by starting the server as voipchat --server 127.0.0.1 or voipchat --server 0.0.0.0,
and starting the clients as voipchat 127.0.0.1.

Or am I doing something wrong?

System: Fedora Linux 39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant