various improvements

This commit is contained in:
Jay
2026-04-24 10:59:33 -04:00
parent e32bbc99d8
commit 4ac2c488ad
14 changed files with 41 additions and 32 deletions
+1 -1
View File
@@ -416,7 +416,7 @@ func RunKeepalive(
case <-timer.C:
// send keepalive signal, then reset the timer
if logger != nil {
logger.Info("keepalive: peer is inactive")
logger.Info("keepalive: no activity observed")
}
select {
case keepalive <- struct{}{}: