logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

socket_mcloop4 - set multicast loopback

Description

       socket_mcloop4  activates  multicast  loopback  for  the socket s if loop is non-zero, and deactivates it
       otherwise.  If loopback is activated, packets sent on this socket will be received on the same host.

       If something goes wrong, socket_mcloop4 returns -1, setting errno appropriately.

Name

       socket_mcloop4 - set multicast loopback

See Also

socket_mcloop6(3), socket_mcjoin4(3), socket_mcleave4(3)

                                                                                               socket_mcloop4(3)

Syntax

#include<libowfat/socket.h>

       int socket_mcloop4(int s,char loop);

See Also