devkitPro/libogc

net_getsockopt is missing while net_setsockopt is there

Midar opened this issue · 1 comments

Midar commented

It's possible to set socket options, but it's not possible to get them.

In particular, it would be nice to get net_getsockopt working with SOL_SOCKET, SO_ERROR, as that would make it possible to get the error status of an async connect().

this has been implemented in f43c818