diff --git a/TESTING.md b/TESTING.md index 6a20489..3deed37 100644 --- a/TESTING.md +++ b/TESTING.md @@ -288,8 +288,8 @@ Expected client output: ```text relay event: LAN gateway disconnected (peer ..., Normal) -gateway connected no -Waiting for LAN gateway +client diagnostics: relay reachable yes gateway connected no ... +Warning: Waiting for LAN gateway ``` 2. Start the gateway again with the same relay, room, cert, and interface. @@ -298,11 +298,13 @@ Expected client output: ```text relay event: LAN gateway connected as peer ... -gateway connected yes +client diagnostics: relay reachable yes gateway connected yes ... Connected to LAN gateway ``` -After the reconnect, repeat one quick `ping -S `. +The diagnostics line is periodic, so it may appear up to one diagnostics +interval after the lifecycle event. After reconnect, repeat one quick +`ping -S `. ## Useful Log Signals