From 6bfaee9e981e0ac16809f42686c4ad4b6f79a50b Mon Sep 17 00:00:00 2001 From: leitner Date: Tue, 16 Sep 2008 23:00:11 +0000 Subject: [PATCH] clarify comment --- socket.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/socket.h b/socket.h index 7188547..cc397cd 100644 --- a/socket.h +++ b/socket.h @@ -46,9 +46,9 @@ int socket_mcleave6(int s,const char* groupip); /* set multicast TTL/hop count for outgoing packets */ int socket_mcttl4(int s,char hops); int socket_mchopcount6(int s,char hops); -/* enable multicast loopback */ -int socket_mcloop4(int s,char hops); -int socket_mcloop6(int s,char hops); +/* enable multicast loopback, pass 1 for enable, 0 for disable */ +int socket_mcloop4(int s,char loop); +int socket_mcloop6(int s,char loop); /* please note that these are platform specific. Do not expect them to * work. You might still get an accept() signalled even though there is