From 6b244ddd7e85c59f1c82fe410dfdefaef08134d7 Mon Sep 17 00:00:00 2001 From: Martin Peach Date: Wed, 24 Feb 2010 18:37:52 +0000 Subject: Corrected some error messages, check for EINVAL after recvfrom(), to try to find out why it happens... svn path=/trunk/externals/mrpeach/; revision=13189 --- net/udpsend~.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/udpsend~.h') diff --git a/net/udpsend~.h b/net/udpsend~.h index 59dbbd7..6ecfa6d 100644 --- a/net/udpsend~.h +++ b/net/udpsend~.h @@ -34,7 +34,7 @@ /* Some enhancements have been made with the goal of keeping compatibility */ /* between the stream formats of streamout~/in~ and netsend~/receive~. */ -#define VERSION "0.3" +#define VERSION "0.31" #define DEFAULT_AUDIO_CHANNELS 32 /* nax. number of audio channels we support */ #define DEFAULT_AUDIO_BUFFER_SIZE 2048 /*1024*/ /* number of samples in one audio block */ -- cgit v1.2.1