From b8644635b3f5bec6b9cd575034a03020da7edb24 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 14 Jun 2007 15:05:13 +0000 Subject: checked in patch from tracker 1656382 to fix TTL for non-multicast svn path=/trunk/externals/OSCx/; revision=7777 --- src/htmsocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/htmsocket.h') diff --git a/src/htmsocket.h b/src/htmsocket.h index fcdeccc..685c1f7 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, unsigned char multicast_TTL); +void *OpenHTMSocket(char *host, int portnumber, short *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 */ -- cgit v1.2.1