aboutsummaryrefslogtreecommitdiff
path: root/net/udpsend~.h
diff options
context:
space:
mode:
authorMartin Peach <mrpeach@users.sourceforge.net>2010-02-24 18:37:52 +0000
committerMartin Peach <mrpeach@users.sourceforge.net>2010-02-24 18:37:52 +0000
commit6b244ddd7e85c59f1c82fe410dfdefaef08134d7 (patch)
tree87bb462932d283b13b4bae3fe3aed317b32ffcc0 /net/udpsend~.h
parent1f8e052df29b93a74c2f82f4f65d6a76db25aae6 (diff)
Corrected some error messages, check for EINVAL after recvfrom(), to try to find out why it happens...
svn path=/trunk/externals/mrpeach/; revision=13189
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 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 */