aboutsummaryrefslogtreecommitdiff
path: root/net/udpreceive.c
AgeCommit message (Expand)Author
2010-10-28cleaned up whitespaceMartin Peach
2010-10-15Added a method for a port message so port number can be changed on the fly. U...Martin Peach
2010-08-05Added #include <errno.h> for the new sock_error functionMartin Peach
2010-08-05_WIN32 multicast works (needed to bind socket before joining multicast).Martin Peach
2010-08-02Methods for multicast ttl and loopback only make sense on udpsend... updated ...Martin Peach
2010-07-18Fix ip_mreq stuff for MACOSX and _WIN32 (we hope...)Martin Peach
2010-07-16MacOSX wants a struct_mreq instead of a struct_mreqnMartin Peach
2010-07-13Added messages to set multicast ttl and loopback, updated the help patch.Martin Peach
2010-07-13Added support for multicasting. Added a status message to output total receiv...Martin Peach
2010-03-29oops, undoing last commit; sorryIOhannes m zmölnig
2010-03-29replaced &s_... by gensym("...")IOhannes m zmölnig
2010-01-02Changed MSW to _WIN32Martin Peach
2008-11-05Added port number to ip outlet as suggested by zmoelnigMartin Peach
2008-06-18Clarify what SO_REUSEADDR is for, no code changes.Martin Peach
2008-05-07removed svn:executable-flagIOhannes m zmölnig
2006-12-04make sure bytes >127 are not interpreted as negative.Martin Peach
2006-11-07removed declspecMartin Peach
2006-08-24Renamed files without x_net_ prefix.Martin Peach