aboutsummaryrefslogtreecommitdiff
path: root/net/udpsend.c
AgeCommit message (Expand)Author
2013-02-20fopen and fclose -> sys_fopen and sys_fclose for recent pdMartin Peach
2010-08-11added parentheses around ored constants to stop warning in _WIN32 versionMartin Peach
2010-08-06Don't allow setting multicast ttl or loopback if not connected.Martin Peach
2010-08-05Fixed bugs in _WIN32 socket error reporting.Martin Peach
2010-08-04Removed remaining calls to things in s_stuff.h (sys_closesocket)Martin Peach
2010-08-04Can set multicast interface in MacOSX, added a udpsend_sock_err function to p...Martin Peach
2010-08-03Can set_multicast_interface on _WIN32 now.Martin Peach
2010-08-03include <ws2tcpip.h> for multicast sockopts on _WIN32Martin Peach
2010-08-02Methods for multicast ttl and loopback only make sense on udpsend... updated ...Martin Peach
2010-08-02Added method to set multicast TTL, updated help patch.Martin Peach
2010-08-02set_multicast_interface doesn't work in _WIN32 yet so I just post a message.Martin Peach
2010-07-30Added method to select interface when multicasting, updated help patch.Martin Peach
2010-07-07converted error() calls to pd_error() calls where appropriate, ie. where a fi...Hans-Christoph Steiner
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 broadcast permission to sockets as suggested by zmoelnig's patch 2221504Martin Peach
2008-05-07removed svn:executable-flagIOhannes m zmölnig
2007-06-20Implemented IOhannes' list sendMartin Peach
2006-12-04make sure bytes > 127 are not interpreted as negative.Martin Peach
2006-11-28changed MAX_PATH to FILENAME_MAXMartin Peach
2006-11-07added file sendMartin Peach
2006-08-24Renamed files without x_net_ prefix.Martin Peach