You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
voipchat
does not work over ipv6.Using #109, running the server as
voipchat --server ::1
orvoipchat --server ::/0
, and running the clients asvoipchat ::1
orvoipchat 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
orvoipchat --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
The text was updated successfully, but these errors were encountered: