From: Mike Brady Date: Wed, 9 May 2018 08:31:42 +0000 (+0100) Subject: Make the UDP sockets blocking rather than non-blocking, but set a two millisecond... X-Git-Tag: 3.2RC8~2^2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31d3526713c50ef770fbd97fd5a3db96dfbc46f7;p=thirdparty%2Fshairport-sync.git Make the UDP sockets blocking rather than non-blocking, but set a two millisecond limit on the sendto calls. --- diff --git a/configure.ac b/configure.ac index 66816c8a..699dba60 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.2d47], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.2d48], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])