]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update shairport-sync.conf
authorMike Brady <mikebrady@eircom.net>
Sun, 16 Apr 2017 15:21:11 +0000 (16:21 +0100)
committerGitHub <noreply@github.com>
Sun, 16 Apr 2017 15:21:11 +0000 (16:21 +0100)
scripts/shairport-sync.conf

index 9af4460f6f259c438576d349a2fd896eeedabbc1..578213612e5504064123b233fffbed691f9e5e26 100644 (file)
@@ -18,7 +18,7 @@ general =
 //     mdns_backend = "avahi"; // Run "shairport-sync -h" to get a list of all mdns_backends. The default is the first one.
 //     port = 5000; // Listen for service requests on this port
 //     udp_port_base = 6001; // start allocating UDP ports from this port number when needed
-//     udp_port_range = 100; // look for free ports in this number of places, starting at the UDP port base (only three are needed).
+//     udp_port_range = 100; // look for free ports in this number of places, starting at the UDP port base. Allow at least 10, though only three are needed in a steady state.
 //     statistics = "no"; // set to "yes" to print statistics in the log
 //     drift_tolerance_in_seconds = 0.002; // allow a timing error of this number of seconds of drift away from exact synchronisation before attempting to correct it
 //     resync_threshold_in_seconds = 0.050; // a synchronisation error greater than this number of seconds will cause resynchronisation; 0 disables it