From 247974c09b7e26115e9b23dc3c3402c93e17a27f Mon Sep 17 00:00:00 2001 From: xegineering Date: Wed, 2 Oct 2024 15:56:21 +0200 Subject: Add soundbox.Port constant --- soundbox.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'soundbox.go') 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 } -- cgit v1.2.3-70-g09d2