changed way network learns about nodes

This commit is contained in:
2023-01-21 21:13:50 +00:00
parent 160f544b8b
commit f7a3b72287
5 changed files with 429 additions and 428 deletions

View File

@@ -0,0 +1,13 @@
package clientIPTable
import (
"testing"
)
func TestUpdateIpTableListClient(t *testing.T) {
err := UpdateIpTableListClient()
if err != nil {
t.Error(err)
}
}