Cleanup
This commit is contained in:
parent
95eec9564f
commit
c1f84c3f29
1 changed files with 0 additions and 9 deletions
9
main.go
9
main.go
|
@ -201,15 +201,6 @@ func main() {
|
||||||
return rs, nil
|
return rs, nil
|
||||||
})
|
})
|
||||||
|
|
||||||
// zones := router.NewZoneTable()
|
|
||||||
// status.AddItem(ctx, "Zone table", zoneTableTemplate, func(context.Context) (any, error) {
|
|
||||||
// zs := zones.Dump()
|
|
||||||
// slices.SortFunc(zs, func(za, zb router.Zone) int {
|
|
||||||
// return cmp.Compare(za.Name, zb.Name)
|
|
||||||
// })
|
|
||||||
// return zs, nil
|
|
||||||
// })
|
|
||||||
|
|
||||||
// -------------------------------- Peers ---------------------------------
|
// -------------------------------- Peers ---------------------------------
|
||||||
var peersMu sync.Mutex
|
var peersMu sync.Mutex
|
||||||
peers := make(map[udpAddr]*router.AURPPeer)
|
peers := make(map[udpAddr]*router.AURPPeer)
|
||||||
|
|
Loading…
Reference in a new issue