Changes between Version 18 and Version 19 of Issues
- Timestamp:
- 11/04/13 23:18:13 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Issues
v18 v19 3 3 == IPv4 == 4 4 - The most linux kernels are having the default limit of 20 groups to join per interface. If you want the mcproxy to handle more groups you have to tune the following file: 5 5 6 {{{ 6 7 /proc/sys/net/ipv4/igmp_max_memberships 7 8 }}} 9 8 10 == IPv6 == 9 11 - 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::.