diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-01-02 01:38:20 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-01-02 01:38:20 +0000 |
commit | 90d9f039bc67f902dcb0525354b65b58c540bd2d (patch) | |
tree | de26e87ccb8d31e396cc91b67cb314565a03b2a5 /src/htmsocket.h | |
parent | c856bf200f64502de6dc77d24f96040a4e42c7fe (diff) |
committed patch 1612910 to add multicast support to the OSCx objects. I took
out the changes to configure.ac since it broke the Pd-extended build stuff.
svn path=/trunk/externals/OSCx/; revision=7120
Diffstat (limited to 'src/htmsocket.h')
-rw-r--r-- | src/htmsocket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htmsocket.h b/src/htmsocket.h index 07bea93..fcdeccc 100644 --- a/src/htmsocket.h +++ b/src/htmsocket.h @@ -38,7 +38,7 @@ typedef int bool; /* open a socket for HTM communication to given host on given portnumber */ /* if host is 0 then UNIX protocol is used (i.e. local communication) */ -void *OpenHTMSocket(char *host, int portnumber); +void *OpenHTMSocket(char *host, int portnumber, unsigned char multicast_TTL); /* send a buffer of data over htm socket, returns TRUE on success. Note that udp sends rarely fail. UNIX sends fail if a kernal buffer overflows */ |