mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
Remove mutexes from CKR and use router goroutine/doAdmin for update config
This commit is contained in:
parent
51026d762e
commit
9e186bdd67
3 changed files with 17 additions and 56 deletions
|
@ -141,6 +141,7 @@ func (c *Core) UpdateConfig(config *config.NodeConfig) {
|
|||
c.peers.reconfigure,
|
||||
c.router.reconfigure,
|
||||
c.router.tun.reconfigure,
|
||||
c.router.cryptokey.reconfigure,
|
||||
c.switchTable.reconfigure,
|
||||
c.tcp.reconfigure,
|
||||
c.multicast.reconfigure,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue