aboutsummaryrefslogtreecommitdiff
path: root/net/udpsend~.h
AgeCommit message (Collapse)Author
2010-11-03changed long to int in the tag struct, as longs are 8 bytes in 64-bit Martin Peach
architectures. svn path=/trunk/externals/mrpeach/; revision=14261
2010-03-22Changed valid-stream output to be a signal output. Moved all post()s out of ↵Martin Peach
the perform routine. Updated help patch and version. svn path=/trunk/externals/mrpeach/; revision=13239
2010-03-16Added an outlet to udpreceive~ to indicate valid audio. Ouput address and ↵Martin Peach
port only if changed. Updated version and help patch. svn path=/trunk/externals/mrpeach/; revision=13215
2010-03-11Updfated version number and help patch.Martin Peach
svn path=/trunk/externals/mrpeach/; revision=13205
2010-03-11Added a "TAG!" identifier field to the tag so it can be verified as a tag. ↵Martin Peach
This should help prevent crashes in case of dropped packets. svn path=/trunk/externals/mrpeach/; revision=13204
2010-02-24Corrected some error messages, check for EINVAL after recvfrom(), to try to ↵Martin Peach
find out why it happens... svn path=/trunk/externals/mrpeach/; revision=13189
2010-01-18use unix line endingsMartin Peach
svn path=/trunk/externals/mrpeach/; revision=13038
2010-01-18Make the connection thread detached and don't refer to its struct directly, ↵Martin Peach
check for thread creation errors. svn path=/trunk/externals/mrpeach/; revision=13037
2010-01-14Always send in network byte order for all architectures. UDP receiving ↵Martin Peach
socket doesn't need to be non-blocking (I think...). Cleaned up help patch. svn path=/trunk/externals/mrpeach/; revision=12998
2010-01-12Block size is settable by creation argument. Buffer size message is ↵Martin Peach
specified in frames. Info message gives some more info. Channels transmitted can be set to zero. Cleaned up help patch. svn path=/trunk/externals/mrpeach/; revision=12968
2010-01-11Versions of netsend~ for udp.Martin Peach
svn path=/trunk/externals/mrpeach/; revision=12953