4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-07-13 17:36:28 +00:00

Merge branch 'develop' into nodeconfig

This commit is contained in:
Neil Alexander
2019-01-14 14:01:38 +00:00
22 changed files with 734 additions and 85 deletions

View File

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