summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/client.go b/client.go
index d292908..3b681eb 100644
--- a/client.go
+++ b/client.go
@@ -5,9 +5,9 @@ import (
"net"
)
-// StreamingPort is the default network port a soundbox is listening to for
+// streamingPort is the default network port a soundbox is listening to for
// incoming audio stream data.
-const StreamingPort = 5316
+const streamingPort = 5316
type Client struct {
HardwareAddr net.HardwareAddr