devkitPro / wut

Let's try to make a Wii U Toolchain / SDK for creating rpx/rpl.
zlib License
236 stars 52 forks source link

Add missing optnames and multicast support #331

Closed GaryOderNichts closed 11 months ago

GaryOderNichts commented 11 months ago

This adds a define for all setsockopt/getsockopt optnames supported on the IOSU-side implementation, which includes support for multicast. Calling set_multicast_state(TRUE) is required for sending multicasts, otherwise bind and sendto fail with ENETUNREACH for multicast addresses.