From: Mike Brady Date: Tue, 13 Feb 2018 17:20:52 +0000 (+0000) Subject: Check for missing packets only once, approximately 250 ms after they should have... X-Git-Tag: 3.2d29~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27e6124c36ba5cefc98fe8a131475506a58a5244;p=thirdparty%2Fshairport-sync.git Check for missing packets only once, approximately 250 ms after they should have arrived. They may take a good half second to be resent. --- diff --git a/configure.ac b/configure.ac index b81b2fe1..356e3370 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) -AC_INIT([shairport-sync], [3.2d26], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.2d27], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])