Files
OrcaSlicer/src
Rad 682e84e5f4 Enhance UdpSocket error handling and usability
- Introduced a new `quarantine_socket` function to centralize error handling for socket operations, improving code clarity and maintainability.
- Updated error handling in `UdpSocket` methods to utilize `quarantine_socket`, ensuring consistent logging and socket management across setup, send, and receive operations.
- Added a `cancel` method to `UdpSocket` to safely cancel socket operations when the socket is not usable, enhancing robustness in error scenarios.
- Introduced a `m_socket_usable` flag to track socket state, preventing operations on unusable sockets and improving overall stability.
2026-03-03 01:26:37 +01:00
..
2026-01-30 20:49:06 +08:00
2025-11-17 10:04:25 +08:00
2025-12-25 15:11:19 +08:00
2025-11-17 10:04:25 +08:00