Refactor ICE connection handling for improved clarity and performance

This commit is contained in:
Zoltán Papp
2025-08-04 12:12:18 +02:00
parent 71bb09d870
commit 376fc954ee
4 changed files with 172 additions and 157 deletions
+1
View File
@@ -254,6 +254,7 @@ func NewEngine(
}
engine.stateManager = statemanager.New(path)
log.Infof("I am: %s", config.WgPrivateKey.PublicKey().String())
return engine
}