From 1474cdf79972183c2cb67ba8a87e09a8078f3b08 Mon Sep 17 00:00:00 2001 From: schmirl Date: Fri, 4 Sep 2009 13:19:39 +0000 Subject: [PATCH] Fixed sysctl command --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index cd03c58..8169fb6 100644 --- a/README +++ b/README @@ -267,11 +267,11 @@ You might want to increase this up to "number_of_channels + 1". Note that it's "number_of_channels", not "maximum_channel_number". #First 100 channels: - bash# sysctl -w sys.net.ipv4.igmp_max_memberships=101 + bash# sysctl -w net.ipv4.igmp_max_memberships=101 #All channels: bash# COUNT=$(grep -c '^[^:]' PATH_TO_YOUR/channels.conf) - bash# sysctl -w sys.net.ipv4.igmp_max_memberships=$COUNT + bash# sysctl -w net.ipv4.igmp_max_memberships=$COUNT A multicast server never knows how many clients are actually receiving a stream. If a client signals that it leaves a multicast group, the server has to query