aboutsummaryrefslogtreecommitdiff
path: root/net/udpsend~.h
AgeCommit message (Expand)Author
2010-11-03changed long to int in the tag struct, as longs are 8 bytes in 64-bit Martin Peach
2010-03-22Changed valid-stream output to be a signal output. Moved all post()s out of t...Martin Peach
2010-03-16Added an outlet to udpreceive~ to indicate valid audio. Ouput address and por...Martin Peach
2010-03-11Updfated version number and help patch.Martin Peach
2010-03-11Added a "TAG!" identifier field to the tag so it can be verified as a tag. Th...Martin Peach
2010-02-24Corrected some error messages, check for EINVAL after recvfrom(), to try to f...Martin Peach
2010-01-18use unix line endingsMartin Peach
2010-01-18Make the connection thread detached and don't refer to its struct directly, c...Martin Peach
2010-01-14Always send in network byte order for all architectures. UDP receiving socket...Martin Peach
2010-01-12Block size is settable by creation argument. Buffer size message is specified...Martin Peach
2010-01-11Versions of netsend~ for udp.Martin Peach