aboutsummaryrefslogtreecommitdiff
path: root/net/udpreceive~.c
AgeCommit message (Collapse)Author
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-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-13Fixed header files for _WIN32Martin Peach
svn path=/trunk/externals/mrpeach/; revision=12985
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-11Added "unix" to the test for "UNIX".Martin Peach
svn path=/trunk/externals/mrpeach/; revision=12955
2010-01-11Versions of netsend~ for udp.Martin Peach
svn path=/trunk/externals/mrpeach/; revision=12953