summaryrefslogtreecommitdiff
path: root/soundbox.go
diff options
context:
space:
mode:
Diffstat (limited to 'soundbox.go')
-rw-r--r--soundbox.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/soundbox.go b/soundbox.go
index fcabcdc..389d1da 100644
--- a/soundbox.go
+++ b/soundbox.go
@@ -5,6 +5,10 @@ import (
"net"
)
+// Port is the default network port a soundbox is listening to for incoming
+// audio stream data.
+const Port = 5316
+
type Soundbox struct {
HardwareAddr net.HardwareAddr
}