aboutsummaryrefslogtreecommitdiff
path: root/net/udpsend~.h
diff options
context:
space:
mode:
authorMartin Peach <mrpeach@users.sourceforge.net>2010-01-18 17:25:08 +0000
committerMartin Peach <mrpeach@users.sourceforge.net>2010-01-18 17:25:08 +0000
commit7e02520614efa677c1d8683df69a09c9f650d105 (patch)
treef3e8a41c7c61aebfd02078850dc577d1468567b1 /net/udpsend~.h
parent2ab854a149b270e9b3c5218fc9b20d603a633a1d (diff)
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
Diffstat (limited to 'net/udpsend~.h')
-rw-r--r--net/udpsend~.h2
1 files changed, 1 insertions, 1 deletions
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 */