9722adbd70
PLAN.md calls for user-facing diagnostics that can say whether the remote client is connected to the LAN gateway. Startup already reported the initial welcome bit, but periodic diagnostics only carried relay reachability and route pinning. Add gateway_connected to RelayDiagnostics and seed the client status from the welcome. The client control-event logger now updates that status when gateway join and leave events arrive, so later diagnostics reflect relay lifecycle changes while the tunnel is running. Test Plan: - cargo fmt --check - cargo test -p lanparty-obs -p lanparty-client-win - cargo test --workspace - cargo clippy --workspace --all-targets -- -D warnings - git diff --check Refs: PLAN.md