Changes between Version 14 and Version 15 of Issues
- Timestamp:
- 11/04/13 23:16:44 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Issues
v14 v15 2 2 3 3 == IPv4 == 4 -- 5 4 - The kernel has the default limit off 20 groups to join per interface. If want the mcproxy to handle more groups you have to tune the following file: 5 {{{ 6 /proc/sys/net/ipv4/igmp_max_memberships 7 }}} 6 8 == IPv6 == 7 9 - The Linux kernel doesn't forward link local groups, such as FF01:: and FF02, see also RFC 4291. So multicast groups should look like FF05:: or FF15::. … … 13 15 14 16 The upstream of the mcproxy has the same problem. 17 18 -