mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-10 06:20:26 +00:00
Update handler behavior
This commit is contained in:
parent
1170ea9e98
commit
90366dd853
@ -102,7 +102,10 @@ func (ai *awdlInterface) handler() {
|
||||
ai.peer.handlePacket(r)
|
||||
case <-ai.shutdown:
|
||||
return
|
||||
default:
|
||||
case p := <-ai.peer.linkOut:
|
||||
ai.send <- p
|
||||
ai.awdl.core.switchTable.idleIn <- ai.peer.port
|
||||
continue
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user