diff options
Diffstat (limited to 'client.go')
-rw-r--r-- | client.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,9 +5,9 @@ import ( "net" ) -// Port is the default network port a soundbox is listening to for incoming -// audio stream data. -const Port = 5316 +// StreamingPort is the default network port a soundbox is listening to for +// incoming audio stream data. +const StreamingPort = 5316 type Client struct { HardwareAddr net.HardwareAddr |