diff options
-rw-r--r-- | client.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |