SDL_net icon indicating copy to clipboard operation
SDL_net copied to clipboard

voipchat over ipv6 does not work

Open madebr opened this issue 4 months ago • 0 comments

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

madebr avatar Oct 23 '24 20:10 madebr