4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-07-13 18:46:29 +00:00

Access NSLog through Cgo for iOS NetworkExtension logging

This commit is contained in:
Neil Alexander
2019-01-05 21:59:07 +00:00
parent 6bbd8c1b30
commit 87362a21e2
4 changed files with 32 additions and 3 deletions

View File

@ -217,6 +217,7 @@ func (p *peer) handlePacket(packet []byte) {
default:
util.PutBytes(packet)
}
return
}
// Called to handle traffic or protocolTraffic packets.