socket_mchopcount6(3) debian man page | unix.com

Man Page: socket_mchopcount6

Operating Environment: debian

Section: 3

socket_mchopcount6(3)					     Library Functions Manual					     socket_mchopcount6(3)

NAME
socket_mchopcount6 - set multicast hop count
SYNTAX
#include <socket.h> int socket_mchopcount6(int s,char TTL);
DESCRIPTION
socket_mchopcount6 sets the maximum hop count of outgoing multicast packets on the socket s. Each router decrements the packet hop count by one and discards the packet if it reaches zero. Setting the maximum hop count to 1, for example, will limit the packet propagation to the LAN. If something goes wrong, socket_mchopcount6 returns -1, setting errno appropriately.
SEE ALSO
socket_mcttl4(3), socket_mcjoin4(3), socket_mcleave4(3) socket_mchopcount6(3)
Related Man Pages
dhcrelay(8) - suse
mtrace(8) - osf1
traceroute6(8) - osx
traceroute(1) - debian
traceroute6(8) - freebsd
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph