clarify comment
This commit is contained in:
parent
67bfd53652
commit
6bfaee9e98
6
socket.h
6
socket.h
@ -46,9 +46,9 @@ int socket_mcleave6(int s,const char* groupip);
|
|||||||
/* set multicast TTL/hop count for outgoing packets */
|
/* set multicast TTL/hop count for outgoing packets */
|
||||||
int socket_mcttl4(int s,char hops);
|
int socket_mcttl4(int s,char hops);
|
||||||
int socket_mchopcount6(int s,char hops);
|
int socket_mchopcount6(int s,char hops);
|
||||||
/* enable multicast loopback */
|
/* enable multicast loopback, pass 1 for enable, 0 for disable */
|
||||||
int socket_mcloop4(int s,char hops);
|
int socket_mcloop4(int s,char loop);
|
||||||
int socket_mcloop6(int s,char hops);
|
int socket_mcloop6(int s,char loop);
|
||||||
|
|
||||||
/* please note that these are platform specific. Do not expect them to
|
/* please note that these are platform specific. Do not expect them to
|
||||||
* work. You might still get an accept() signalled even though there is
|
* work. You might still get an accept() signalled even though there is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user