mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-10 07:30:27 +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)
|
ai.peer.handlePacket(r)
|
||||||
case <-ai.shutdown:
|
case <-ai.shutdown:
|
||||||
return
|
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