mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 02:33:44 -04:00
* MacOS: fix(network): fixes ArticBase UDP buffer handling on macOS - Set minimum 8KB UDP receive buffer size on macOS for reliable operation - Add platform-specific buffer size handling with conditional compilation - Enhance error logging with errno details and buffer size verification - Maintain backward compatibility with existing buffer sizes on other platforms Fixes ArticBase controller input reliability issues on macOS by ensuring adequate UDP buffer capacity for real-time controller data transmission. * Remove redundant log --------- Co-authored-by: Alex Molina <alexmolina@MacBook-Air-de-Alex.local> Co-authored-by: PabloMK7 <hackyglitch2@gmail.com> |
||
|---|---|---|
| .. | ||
| artic_base | ||
| announce_multiplayer_session.cpp | ||
| announce_multiplayer_session.h | ||
| CMakeLists.txt | ||
| network.cpp | ||
| network.h | ||
| network_settings.cpp | ||
| network_settings.h | ||
| packet.cpp | ||
| packet.h | ||
| precompiled_headers.h | ||
| room.cpp | ||
| room.h | ||
| room_member.cpp | ||
| room_member.h | ||
| socket_manager.cpp | ||
| socket_manager.h | ||
| verify_user.cpp | ||
| verify_user.h | ||