This commit is contained in:
jdl
2026-06-08 17:29:45 +02:00
parent 96e7916721
commit a2e43ba49f
6 changed files with 20 additions and 23 deletions

View File

@@ -27,7 +27,7 @@ func (a *App) onTick() {
a.sendPing(p, now)
}
switch p.State() {
switch p.State {
case StateProbing:
// Promote probing peers to direct once alive (direct path confirmed
// working).