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
/
udpreceive.c
Age
Commit message (
Expand
)
Author
2010-10-28
cleaned up whitespace
Martin Peach
2010-10-15
Added a method for a port message so port number can be changed on the fly. U...
Martin Peach
2010-08-05
Added #include <errno.h> for the new sock_error function
Martin Peach
2010-08-05
_WIN32 multicast works (needed to bind socket before joining multicast).
Martin Peach
2010-08-02
Methods for multicast ttl and loopback only make sense on udpsend... updated ...
Martin Peach
2010-07-18
Fix ip_mreq stuff for MACOSX and _WIN32 (we hope...)
Martin Peach
2010-07-16
MacOSX wants a struct_mreq instead of a struct_mreqn
Martin Peach
2010-07-13
Added messages to set multicast ttl and loopback, updated the help patch.
Martin Peach
2010-07-13
Added support for multicasting. Added a status message to output total receiv...
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-01-02
Changed MSW to _WIN32
Martin Peach
2008-11-05
Added port number to ip outlet as suggested by zmoelnig
Martin Peach
2008-06-18
Clarify what SO_REUSEADDR is for, no code changes.
Martin Peach
2008-05-07
removed svn:executable-flag
IOhannes m zmölnig
2006-12-04
make sure bytes >127 are not interpreted as negative.
Martin Peach
2006-11-07
removed declspec
Martin Peach
2006-08-24
Renamed files without x_net_ prefix.
Martin Peach