PDA

View Full Version : Wii UDP networking



SimonKagstrom
March 8th, 2009, 18:37
Hi!

I'm having issues with getting UDP networking to work. It's for network play in Frodo/Wii.

After lots of workarounds, I've now got it to *send* data on my socket, but I cannot receive anything. What I've found so far is this:

* net_select is not implemented.
* my workaround for that by using to use net_ioctl with FIONREAD (from the quake-gx source) also doesn't work
* net_recv just returns -22 (EINVAL), I have not found any workaround for this

I can see the packet getting through to the other side, but anything I send back is just lost.

Have anyone got UDP networking to work?

// Simon