index
:
svn2git/libraries/mrpeach.git
externals/mrpeach
mrpeach: converted automatically from sourceforge/svn
Sir Walter Raleigh
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
udpsend~.c
Age
Commit message (
Expand
)
Author
2010-11-22
include ifaddrs.h for mac, for getifaddrs() and freeifaddrs()
Martin Peach
2010-10-28
Added multicast support
Martin Peach
2010-03-29
oops, undoing last commit; sorry
IOhannes m zmölnig
2010-03-29
replaced &s_... by gensym("...")
IOhannes m zmölnig
2010-03-11
Added a "TAG!" identifier field to the tag so it can be verified as a tag. Th...
Martin Peach
2010-02-24
Corrected some error messages, check for EINVAL after recvfrom(), to try to f...
Martin Peach
2010-01-20
Added SO_BROADCAST so you can actually broadcast with a .255 address...
Martin Peach
2010-01-18
Make the connection thread detached and don't refer to its struct directly, c...
Martin Peach
2010-01-18
Use NULL instead of 0 to reset thread pointer so maybe now MinGW can compile ...
Martin Peach
2010-01-14
Always send in network byte order for all architectures. UDP receiving socket...
Martin Peach
2010-01-13
Fixed header files for _WIN32
Martin Peach
2010-01-12
Block size is settable by creation argument. Buffer size message is specified...
Martin Peach
2010-01-11
Added "unix" to the test for "UNIX".
Martin Peach
2010-01-11
Versions of netsend~ for udp.
Martin Peach