From 7e02520614efa677c1d8683df69a09c9f650d105 Mon Sep 17 00:00:00 2001 From: Martin Peach Date: Mon, 18 Jan 2010 17:25:08 +0000 Subject: Make the connection thread detached and don't refer to its struct directly, check for thread creation errors. svn path=/trunk/externals/mrpeach/; revision=13037 --- 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 af1e07e..437cff7 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.2" +#define VERSION "0.3" #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