Files
nym/common
durch b45bb9e7e9 Add socket-level websocket connection health checking
Implements proper socket-level health checking for gateway websocket connections:

- Add is_connection_alive() method to GatewayTransceiver trait
- Implement socket-level health check using TcpStream::peek() on Unix systems
- Add is_gateway_connection_alive() method to MixnetClient for easy access
- Update network monitor to use connection health checks before sending
- Fix axum router state configuration in network monitor

The health check performs actual OS-level socket validation rather than just
checking file descriptor existence, providing reliable connection status.
2025-06-06 12:15:58 +02:00
..
2023-10-24 11:16:06 +02:00
2024-12-20 12:18:45 +01:00
2024-11-29 16:45:55 +01:00
2025-04-08 09:50:25 +01:00
2025-05-27 10:21:02 +02:00
2024-09-19 12:53:27 +02:00