devkitPro / libctru

Homebrew development library for Nintendo 3DS/Horizon OS user mode (Arm11)

Home Page:https://libctru.devkitpro.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where is sockaddr_in6 defined?

tendstofortytwo opened this issue · comments

Trying to compile libressl for the 3DS, ran into not having definitions for the constant SOMAXCONN (I just defined this to be 128 via CFLAGS) and struct sockaddr_in6. The IPv4 equivalent is defined in netinet/in.h, was wondering where the IPv6 version is, if it exists?

There's no ipv6 support in Horizon, sorry.

Ah, thanks. For anyone else looking for something similar as me, BearSSL compiles fairly easily for the 3DS without the need for IPv6.

We supply mbedtls precompiled for 3ds via https://github.com/devkitPro/pacman

Thanks! I missed that because I was searching for SSL. Appreciate it.