mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
Remove CKR from src/yggdrasil (it will be moved into tuntap)
This commit is contained in:
parent
2bee3cd7ca
commit
870b2b6a2e
4 changed files with 2 additions and 419 deletions
|
@ -43,7 +43,6 @@ type router struct {
|
|||
out func([]byte) // packets we're sending to the network, link to peer's "in"
|
||||
reset chan struct{} // signal that coords changed (re-init sessions/dht)
|
||||
admin chan func() // pass a lambda for the admin socket to query stuff
|
||||
cryptokey cryptokey
|
||||
nodeinfo nodeinfo
|
||||
}
|
||||
|
||||
|
@ -97,7 +96,6 @@ func (r *router) init(core *Core) {
|
|||
r.core.config.Mutex.RLock()
|
||||
r.nodeinfo.setNodeInfo(r.core.config.Current.NodeInfo, r.core.config.Current.NodeInfoPrivacy)
|
||||
r.core.config.Mutex.RUnlock()
|
||||
r.cryptokey.init(r.core)
|
||||
}
|
||||
|
||||
// Starts the mainLoop goroutine.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue