SDL_net
SDL_net copied to clipboard
sendto results in WSAEFAULT sending data packet to server from client Win11x86
Sending a datagram packet across local client\server network results in sendto()
returning WSAEFAULT in SendOneDatagram
from SDLNet_SendDatagram()
on Wind11x86. Also fails in example code.
Narrowed this down to IPv4 type names, IPv6 names work correctly with UDP connections.
Disregard, this was PEBKAC.