mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
Access NSLog through Cgo for iOS NetworkExtension logging
This commit is contained in:
parent
6bbd8c1b30
commit
87362a21e2
4 changed files with 32 additions and 3 deletions
|
@ -217,6 +217,7 @@ func (p *peer) handlePacket(packet []byte) {
|
|||
default:
|
||||
util.PutBytes(packet)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// Called to handle traffic or protocolTraffic packets.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue