There is no local discovery query packet

This commit is contained in:
Jakob Borg
2015-09-22 23:10:05 +02:00
parent fbf911cf7e
commit 6124bbb12a
2 changed files with 4 additions and 84 deletions

View File

@@ -11,14 +11,8 @@ package discover
const (
AnnouncementMagic = 0x9D79BC40
QueryMagic = 0x2CA856F6
)
type Query struct {
Magic uint32
DeviceID []byte // max:32
}
type Announce struct {
Magic uint32
This Device