From 9c81db35038fa96de6b3fda0695a463bbf69ac01 Mon Sep 17 00:00:00 2001 From: xegineering Date: Wed, 2 Oct 2024 21:53:51 +0200 Subject: Rename Port to StreamingPort It is expected that further ports (maybe for information via HTTP) are added in the future. To keep the public API stable this should be taken into account before the first release. --- client.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client.go b/client.go index 27e5d54..d292908 100644 --- a/client.go +++ b/client.go @@ -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 -- cgit v1.2.3-70-g09d2