aboutsummaryrefslogtreecommitdiff
path: root/net/udpsend~.c
AgeCommit message (Expand)Author
2011-10-21use auto-macro _WIN32 instead of Pd-defined macro UNIX, this means the build ...Hans-Christoph Steiner
2010-11-22include ifaddrs.h for mac, for getifaddrs() and freeifaddrs()Martin Peach
2010-10-28Added multicast supportMartin Peach
2010-03-29oops, undoing last commit; sorryIOhannes m zmölnig
2010-03-29replaced &s_... by gensym("...")IOhannes m zmölnig
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-20Added SO_BROADCAST so you can actually broadcast with a .255 address...Martin Peach
2010-01-18Make the connection thread detached and don't refer to its struct directly, c...Martin Peach
2010-01-18Use NULL instead of 0 to reset thread pointer so maybe now MinGW can compile ...Martin Peach
2010-01-14Always send in network byte order for all architectures. UDP receiving socket...Martin Peach
2010-01-13Fixed header files for _WIN32Martin Peach
2010-01-12Block size is settable by creation argument. Buffer size message is specified...Martin Peach
2010-01-11Added "unix" to the test for "UNIX".Martin Peach
2010-01-11Versions of netsend~ for udp.Martin Peach