ryu_ldn::config::LdnConfig
ryu_ldn::config::LdnConfig
Section titled “ryu_ldn::config::LdnConfig”LDN emulation settings.
Configuration for LDN (Local Wireless) emulation behavior. Corresponds to the [ldn] section in config.ini.INI Keys: Enable/disable LDN emulation (0/1): Passphrase for private rooms (max 64 chars): Preferred network interface (empty = auto): Disable P2P proxy (0/1) - like Ryujinx MultiplayerDisableP2pstructryu__ldn_1_1config_1_1LdnConfig_1
Members
Section titled “Members”enabled
Section titled “enabled”Type: bool
Enable LDN emulation.
passphrase
Section titled “passphrase”Type: char
Room passphrase (null-terminated)
interface_name
Section titled “interface_name”Type: char
Network interface (null-terminated)
disable_p2p
Section titled “disable_p2p”Type: bool
Disable P2P proxy (like Ryujinx)