eden/src/core/internal_network
Maufeat 726e1e756d [nifm, bsd] add airplane mode functionality to a new nifm call and fix local files (#225)
There is a cmd `IsAnyInternetRequestAccepted` which is called by games like DOOM to check if internet access is available. Adds the newly added airplane mode there.
Also, moved down the airplane mode check on bsd to also check if it's a local file request, if it is, let it connect. (SMO guide web applet for example)
+ adds a check in IRequest if airplane mode is active, which then results in an not succeeding requests.

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/225
Co-authored-by: Maufeat <sahyno1996@gmail.com>
Co-committed-by: Maufeat <sahyno1996@gmail.com>
2025-06-28 16:04:13 +00:00
..
emu_net_state.cpp linux distro maintainers should be flogged 2025-06-26 16:51:59 -04:00
emu_net_state.h Fix macOS & BSD 2025-06-26 17:39:35 -04:00
network.cpp internal_network: only poll for accept on blocking sockets 2024-01-30 10:29:05 -05:00
network.h internal_network: cancel pending socket operations on application process termination 2023-08-26 18:19:51 -04:00
network_interface.cpp Add Airplane Mode + Host Network Interface Details (#204) 2025-06-26 18:55:34 +00:00
network_interface.h Add Airplane Mode + Host Network Interface Details (#204) 2025-06-26 18:55:34 +00:00
socket_proxy.cpp Added the public lobby to android. (#125) 2025-06-05 18:59:47 +00:00
socket_proxy.h Added the public lobby to android. (#125) 2025-06-05 18:59:47 +00:00
sockets.h internal_network: only poll for accept on blocking sockets 2024-01-30 10:29:05 -05:00
wifi_scanner.cpp [nifm, bsd] add airplane mode functionality to a new nifm call and fix local files (#225) 2025-06-28 16:04:13 +00:00
wifi_scanner.h [nifm, bsd] add airplane mode functionality to a new nifm call and fix local files (#225) 2025-06-28 16:04:13 +00:00